Type Alias Statement
Source pub type Statement = Statement<CommittedCandidateReceiptV2, CandidateHash>;
Expand description
Statements about candidates on the network.
enum Statement {
Seconded(CommittedCandidateReceiptV2),
Valid(CandidateHash),
}
Broadcast by an authority to indicate that this is its candidate for inclusion.
Broadcasting two different candidate messages per round is not allowed.
Broadcast by a authority to attest that the candidate with given digest is valid.