Function frame_support::storage::unhashed::get[][src]

pub fn get<T: Decode + Sized>(key: &[u8]) -> Option<T>
Expand description

Return the value of the item in storage under key, or None if there is no explicit entry.