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 */);