Type Definition sp_storage::StorageMap [−][src]
type StorageMap = BTreeMap<Vec<u8>, Vec<u8>>;
Map of data to use in a storage, it is a collection of byte key and values.
type StorageMap = BTreeMap<Vec<u8>, Vec<u8>>;
Map of data to use in a storage, it is a collection of byte key and values.