Module fuel_merkle::sparse::in_memory
source · Structs§
- The table of the Sparse Merkle tree’s nodes.
MerkleTree
works with it as a sparse merkle tree, where the storage key isBytes32
and the value is theBuffer
(raw presentation of theNode
).