Module polkadot_node_primitives::disputes[][src]

Expand description

Disputes related types.

Structs

Tracked votes on candidates, for the purposes of dispute resolution.

A dispute initiating/participating message that is guaranteed to have been built from signed statements.

Any invalid vote (currently only explicit).

A checked dispute statement from an associated validator.

A DisputeMessage where signatures of statements have not yet been checked.

Any valid vote (backing, approval, explicit).

Enums

Things that can go wrong when constructing a DisputeMessage.