Type Alias sp_api::ProofRecorder
source · 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 */ }