Expand description
Runtime component for handling disputes of parachain candidates.
Re-exports§
pub use pallet::*;
Modules§
- migration
- Storage migration(s) related to disputes pallet
- pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - slashing
- Dispute slashing pallet.
Structs§
Enums§
- Dispute
Location - Whether the dispute is local or remote.
- Dispute
Result - The result of a dispute, whether the candidate is deemed valid (for) or invalid (against).
Traits§
- Disputes
Handler - Hook into disputes handling.
- Reward
Validators - Reward hooks for disputes.
- Slashing
Handler - Punishment hooks for disputes.
- Weight
Info