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: SignatureThe signature.
sender: ValidatorIndexThe sender.