referrerpolicy=no-referrer-when-downgrade
pallet_broker::pallet

Type Alias CoreCountInbox

Source
pub type CoreCountInbox<T> = StorageValue<_GeneratedPrefixForStorageCoreCountInbox<T>, CoreIndex, OptionQuery>;
Expand description

Received core count change from the relay chain.

Storage type is [StorageValue] with value type CoreIndex.

Aliased Type§

struct CoreCountInbox<T>(/* private fields */);