Expand description
This crate provides in-memory representation of Diem core data structures used by the executor.
Structs§
- Sparse
Merkle Tree - The Sparse Merkle Tree implementation.
Enums§
- Account
Status AccountStatus
describes the result of querying an account from this SparseMerkleTree.
Traits§
- Proof
Read - A type that implements
ProofRead
can provide proof for keys in persistent storage.