StorageCollection

Type Alias StorageCollection 

Source
pub type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;
Expand description

In memory array of storage values.

Aliased Typeยง

pub struct StorageCollection { /* private fields */ }