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§
- Ignored
Nodes - A list of ignored nodes for
Recorder
. - Recorder
- The trie recorder.
- Trie
Recorder - The
TrieRecorder
implementation.