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