Type Definition sp_state_machine::StorageCollection[][src]

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

In memory array of storage values.