referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_statement_table::v2::Statement

source ·
pub type Statement = Statement<CommittedCandidateReceiptV2, CandidateHash>;
Expand description

Statements about candidates on the network.

Aliased Type§

enum Statement {
    Seconded(CommittedCandidateReceiptV2),
    Valid(CandidateHash),
}

Variants§

§

Seconded(CommittedCandidateReceiptV2)

Broadcast by an authority to indicate that this is its candidate for inclusion.

Broadcasting two different candidate messages per round is not allowed.

§

Valid(CandidateHash)

Broadcast by a authority to attest that the candidate with given digest is valid.