Interface IndexedMerkleLeaf

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int getIndex() Obtain the index of this leaf.
      abstract Array<byte> getNonce() Obtain the nonce of this tree leaf.
      abstract Array<byte> getLeafData() Obtain the data for this leaf.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getIndex

         abstract int getIndex()

        Obtain the index of this leaf.

      • getNonce

        @Nullable() abstract Array<byte> getNonce()

        Obtain the nonce of this tree leaf.

      • getLeafData

        @NotNull() abstract Array<byte> getLeafData()

        Obtain the data for this leaf.