BlockTime

data class BlockTime(var height: UInt, var 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

confirmation block height

Link copied to clipboard
var timestamp: ULong

confirmation block timestamp