Expand description

Ergo Merkle Tree and Merkle verification tools

Structs

A LevelNode used for MerkleProof verification, consists of a 32 byte hash and side it is on in tree

A MerkleProof type. Given leaf data and levels (bottom-upwards), the root hash can be computed and validated

Enums

The side the merkle node is on in the tree