Function frame_support::storage::hashed::get_raw
source · pub fn get_raw<HashFn, R>(hash: &HashFn, key: &[u8]) -> Option<Vec<u8>>where
HashFn: Fn(&[u8]) -> R,
R: AsRef<[u8]>,
Expand description
Get a Vec of bytes from storage.