BlockTime

data class BlockTime(height: UInt, timestamp: ULong)

Block height and timestamp of a block

Constructors

Link copied to clipboard
fun BlockTime(height: UInt, timestamp: ULong)

Properties

Link copied to clipboard
var height: UInt
Link copied to clipboard
var timestamp: ULong