[−][src]Type Definition sp_state_machine::StorageCollection
type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;
In memory array of storage values.
type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;
In memory array of storage values.