Type Definition sp_storage::StorageMap
source · pub type StorageMap = BTreeMap<Vec<u8>, Vec<u8>>;
Expand description
Map of data to use in a storage, it is a collection of byte key and values.
pub type StorageMap = BTreeMap<Vec<u8>, Vec<u8>>;
Map of data to use in a storage, it is a collection of byte key and values.