pub fn get(storage_key: &[u8], key: &[u8]) -> Option<Vec<u8>>
Expand description

Get a default child storage value for a given key.

Parameter storage_key is the unprefixed location of the root of the child trie in the parent trie. Result is None if the value for key in the child storage can not be found.