pub type ChildStorageCollection = Vec<(StorageKey, StorageCollection)>;Expand description
In memory arrays of storage values for multiple child tries.
Aliased Typeยง
pub struct ChildStorageCollection { /* private fields */ }pub type ChildStorageCollection = Vec<(StorageKey, StorageCollection)>;In memory arrays of storage values for multiple child tries.
pub struct ChildStorageCollection { /* private fields */ }