Type Definition sp_state_machine::ProofRecorder[][src]

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.