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