Module pallet_collator_selection::pallet [−][src]
Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use crate::weights::WeightInfo;
pub use __tt_default_parts_6 as tt_default_parts;
Structs
Basic information about a collation candidate.
Can be used to configure the genesis state of this pallet.
A convertor from collators id. Since this pallet does not have stash/controller, this is just identity.
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors of this pallet.
Traits
Configure the pallet by specifying the parameters and types on which it depends.
Type Definitions
Fixed deposit bond for each candidate.
The (community, limited) collation candidates.
Desired number of candidates.
The invulnerable, fixed collators.
Last block authored by collator.
ModuleDeprecated
Type alias to Pallet
, to be used by construct_runtime
.