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),
}