[][src]Module storage_proofs::merkle

Structs

MerkleProof

Representation of a merkle proof. Each element in the path vector consists of a tuple (hash, is_right), with hash being the the hash of the node at the current level and is_right a boolean indicating if the path is taking the right path. The first element is the hash of leaf itself, and the last is the root hash.

Functions

make_proof_for_test

Type Definitions

DiskMmapStore
MerkleTree
VecMerkleTree