referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_statement_table::v2::SignedStatement

source ·
pub type SignedStatement = SignedStatement<CommittedCandidateReceiptV2, CandidateHash, ValidatorIndex, ValidatorSignature>;
Expand description

Signed statements about candidates.

Aliased Type§

struct SignedStatement {
    pub statement: Statement<CommittedCandidateReceiptV2, CandidateHash>,
    pub signature: Signature,
    pub sender: ValidatorIndex,
}

Fields§

§statement: Statement<CommittedCandidateReceiptV2, CandidateHash>

The statement.

§signature: Signature

The signature.

§sender: ValidatorIndex

The sender.