Module polkadot_runtime_parachains::disputes[][src]

Expand description

Runtime component for handling disputes of parachain candidates.

Re-exports

pub use crate::Origin as ParachainOrigin;
pub use pallet::*;

Modules

The module that hosts all the FRAME types needed to add this pallet to a runtime.

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.

Punishment hooks for disputes.

Reward hooks for disputes.