pub type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;
Expand description
In memory array of storage values.
Aliased Typeยง
struct StorageCollection { /* private fields */ }
pub type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;
In memory array of storage values.
struct StorageCollection { /* private fields */ }