[−][src]Trait sp_state_machine::Storage
Patricia trie-based storage trait.
Required methods
fn get(
&self,
key: &H::Out,
prefix: Prefix<'_>
) -> Result<Option<DBValue>, String>[−]
&self,
key: &H::Out,
prefix: Prefix<'_>
) -> Result<Option<DBValue>, String>
Get a trie node.