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.