pub type ProofRecorder<B> = Recorder<HashingFor<B>>;
Expand description
A type that records all accessed trie nodes and generates a proof out of it.
Aliased Typeยง
struct ProofRecorder<B> { /* private fields */ }
pub type ProofRecorder<B> = Recorder<HashingFor<B>>;
A type that records all accessed trie nodes and generates a proof out of it.
struct ProofRecorder<B> { /* private fields */ }