Package 

Class BlockId

  • All Implemented Interfaces:
    org.bitcoindevkit.Disposable

    
    public final class BlockId
     implements Disposable
                        

    A reference to a block in the canonical chain.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class BlockId.Companion
    • Method Summary

      Modifier and Type Method Description
      final UInt getHeight() The height of the block.
      final Unit setHeight(UInt height) The height of the block.
      final BlockHash getHash() The hash of the block.
      final Unit setHash(BlockHash hash) The hash of the block.
      Unit destroy()
      • Methods inherited from class java.lang.Object

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