Type Alias pallet_broker::pallet::InstaPoolIo
source · pub type InstaPoolIo<T> = StorageMap<_GeneratedPrefixForStorageInstaPoolIo<T>, Blake2_128Concat, Timeslice, PoolIoRecord, ValueQuery>;
Expand description
Record of Coretime entering or leaving the Instantaneous Coretime Pool.
Storage type is [StorageMap
] with key type Timeslice
and value type PoolIoRecord
.
Aliased Type§
struct InstaPoolIo<T>(/* private fields */);