Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

storage_proof

Fully qualified path: alexandria_merkle_tree::storage_proof

Free functions

verify

Structs

BinaryNodeRepresents a binary node in a Merkle Patricia Trie A binary node contains exactly two children, commonly used in Merkle trees…
EdgeNodeRepresents an edge node in a Merkle Patricia Trie An edge node compresses a path of nodes in the trie, storing both the compressed…
ContractDataRepresents contract-specific data needed for storage proof verification This structure contains all the necessary information about a contract’s state,…
ContractStateProofRepresents a complete contract state proof for verification This structure contains all components needed to verify a contract’s state against…

Enums

TrieNodeRepresents a node in a Merkle Patricia Trie This enum encapsulates the two types of nodes that can exist in a Merkle Patricia Trie:…

Traits

Impls

BinaryNodeImplTrait for creating and manipulating BinaryNode instances
EdgeNodeImplTrait for creating and manipulating EdgeNode instances
ContractDataImpl
ContractStateProofImpl