referrerpolicy=no-referrer-when-downgrade

CoreSchedules

Type Alias CoreSchedules 

Source
pub type CoreSchedules<T: Config> = StorageMap<_GeneratedPrefixForStorageCoreSchedules<T>, Twox64Concat, (BlockNumberFor<T>, CoreIndex), Schedule<BlockNumberFor<T>>, OptionQuery>;
Expand description

Scheduled assignment sets for coretime cores.

Assignments as of the given block number. They will go into state once the block number is reached (and replace whatever was in there before).

Managed by the assigner_coretime submodule.

Storage type is [StorageMap] with key type (BlockNumberFor < T > , CoreIndex) and value type assigner_coretime :: Schedule < BlockNumberFor < T > >.

Aliased Type§

pub struct CoreSchedules<T: Config>(/* private fields */);