referrerpolicy=no-referrer-when-downgrade

Function bp_runtime::record_all_trie_keys

source ·
pub fn record_all_trie_keys<L: TrieConfiguration, DB>(
    db: &DB,
    root: &TrieHash<L>,
) -> Result<RawStorageProof, Box<TrieError<L>>>
where DB: HashDBRef<L::Hash, DBValue>,
Expand description

Record all keys for a given root.