Expand description
Trie recorder
Provides an implementation of the TrieRecorder
trait. It can be used
to record storage accesses to the state to generate a StorageProof
.
Structsยง
- Recorder
- The trie recorder.
- Trie
Recorder - The
TrieRecorder
implementation.