Type Definition frame::runtime::apis::ProofRecorder

pub type ProofRecorder<B> = Recorder<<<B as Block>::Header as Header>::Hashing>;
Expand description

A type that records all accessed trie nodes and generates a proof out of it.