sp_state_machine

Type Alias ChildStorageCollection

Source
pub type ChildStorageCollection = Vec<(StorageKey, StorageCollection)>;
Expand description

In memory arrays of storage values for multiple child tries.

Aliased Typeยง

struct ChildStorageCollection { /* private fields */ }