Type Alias pallet_broker::pallet::Workplan
source · pub type Workplan<T> = StorageMap<_GeneratedPrefixForStorageWorkplan<T>, Twox64Concat, (Timeslice, CoreIndex), Schedule, OptionQuery>;
Expand description
The work we plan on having each core do at a particular time in the future.
Storage type is [StorageMap
] with key type (Timeslice, CoreIndex)
and value type Schedule
.
Aliased Type§
struct Workplan<T>(/* private fields */);