pub type Statement = Statement<CommittedCandidateReceipt, CandidateHash>;
Expand description

Statements about candidates on the network.

Aliased Type§

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

Variants§

§

Seconded(CommittedCandidateReceipt)

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.