-
- All Implemented Interfaces:
public final class BlockTime
Block height and timestamp of a block.
-
-
Method Summary
Modifier and Type Method Description final UInt
getHeight()
Confirmation block height. final Unit
setHeight(UInt height)
Confirmation block height. final ULong
getTimestamp()
Confirmation block timestamp. final Unit
setTimestamp(ULong timestamp)
Confirmation block timestamp. -
-
Method Detail
-
getTimestamp
final ULong getTimestamp()
Confirmation block timestamp.
-
setTimestamp
final Unit setTimestamp(ULong timestamp)
Confirmation block timestamp.
-
-
-
-