[][src]Type Definition sp_state_machine::ProofRecorder

type ProofRecorder<H> = Arc<RwLock<HashMap<<H as Hasher>::Out, Option<DBValue>>>>;

Global proof recorder, act as a layer over a hash db for recording queried data.