Function sp_io::storage::get [−][src]
pub fn get(key: &[u8]) -> Option<Vec<u8>>
Returns the data for key
in the storage or None
if the key can not be found.
pub fn get(key: &[u8]) -> Option<Vec<u8>>
Returns the data for key
in the storage or None
if the key can not be found.