Package 

Class BlockTime

  • All Implemented Interfaces:

    
    public final class BlockTime
    
                        

    Block height and timestamp of a block.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockTime(UInt height, ULong timestamp)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait