referrerpolicy=no-referrer-when-downgrade

SignedStatement

Type Alias SignedStatement 

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

Signed statements about candidates.

Aliased Type§

pub 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.