Type Definition tp_state_machine::StorageCollection[][src]

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

In memory array of storage values.