[][src]Module exonum_merkledb::proof_list_index

An implementation of a Merkelized version of an array list (Merkle tree).

Structs

ProofListIndex

A Merkelized version of an array list that provides proofs of existence for the list items.

ProofListIndexIter

An iterator over the items of a ProofListIndex.

ProofOfAbsence

Encapsulates a proof of absence for ProofListIndex.

Enums

ListProof

An enum that represents a proof of existence for a proof list elements.

ListProofError

An error that is returned when the list proof is invalid.