Expand description
This module contains the IncrementalMerkleTree, an implementation of the incremental Merkle Tree data structure used in the ETH2 Deposit Contract.
Structs§
- Incremental
Merkle Tree - IncrementalMerkleTree is an append-only merkle tree of generic height, using
keccak256
as the hash function.
Enums§
- Incremental
Merkle Tree Error - The error type for the IncrementalMerkleTree.