Type Definition ProofRecorder
sp_api
type ProofRecorder<B> = ProofRecorder<<<<B as BlockT>::Header as HeaderT>::Hashing as HashT>::Hasher>;
A type that records all accessed trie nodes and generates a proof out of it.