[−][src]Trait hash_db::HashDBRef
Trait for immutable reference of HashDB.
Required methods
fn get(&self, key: &H::Out, prefix: Prefix) -> Option<T>
Look up a given hash into the bytes that hash to it, returning None if the hash is not known.
fn contains(&self, key: &H::Out, prefix: Prefix) -> bool
Check for the existance of a hash-key.