Module exonum::storage::proof_map_index [] [src]

An implementation of a Merklized version of a map (Merkle Patricia tree).

Structs

ProofMapIndex

A Merkalized version of a map that provides proofs of existence or non-existence for the map keys.

ProofMapIndexIter

An iterator over the entries of a ProofMapIndex.

ProofMapIndexKeys

An iterator over the keys of a ProofMapIndex.

ProofMapIndexValues

An iterator over the values of a ProofMapIndex.

Enums

BranchProofNode

An enum that represents a branch node of the map proof.

MapProof

An enum that represents a proof of existence or non-existence for a proof map key.

ProofNode

An enum that represents a node of the map proof.

Traits

ProofMapKey

A trait that defines a subset of storage key types which are suitable for use with ProofMapIndex.