Type Definition sp_state_machine::StorageCollection
source · pub type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;Expand description
In memory array of storage values.
pub type StorageCollection = Vec<(StorageKey, Option<StorageValue>)>;In memory array of storage values.