Expand description
This pallet exposes the relay chain coretime functionality to the broker/coretime chain.
It depends on the scheduler pallet, which does the actual ground work of handling received core assignments.
https://github.com/polkadot-fellows/RFCs/blob/main/text/0005-coretime-interface.md
Re-exports§
pub use pallet::*;
Modules§
- pallet
- The
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Test
Weight Info - A weight info that is only suitable for testing.
Traits§
Type Aliases§
- Balance
Of - Shorthand for the Balance type the runtime is using.