[][src]Type Definition sp_storage::StorageMap

type StorageMap = BTreeMap<Vec<u8>, Vec<u8>>;

Map of data to use in a storage, it is a collection of byte key and values.