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