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