Structs

  • Represents an Indexed Merkle Tree.
  • Represents an inner node in the indexed Merkle Tree.
  • Represents a leaf node in the indexed Merkle Tree.
  • Represents a (classic) cryptographic merkle proof, which is not specific for indexed Merkle Trees.

Enums

  • An enum representing the types of nodes in the indexed Merkle Tree.
  • Represents the variant of the proof in the indexed Merkle Tree.

Functions

Type Aliases