Function triedb::get [−][src]
pub fn get<'a, 'b, D: Database>(
root: H256,
database: &'a D,
key: &'b [u8]
) -> Option<&'a [u8]>
Get a value given the root hash and the database.
pub fn get<'a, 'b, D: Database>(
root: H256,
database: &'a D,
key: &'b [u8]
) -> Option<&'a [u8]>
Get a value given the root hash and the database.