Skip to main content

CheckpointVote

Type Alias CheckpointVote 

Source
pub type CheckpointVote<T> = SimpleVote<T, CheckpointData>;

Aliased Type§

pub struct CheckpointVote<T> {
    pub signature: (<T as NodeType>::SignatureKey, <<T as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType),
    pub data: CheckpointData,
    pub view_number: ViewNumber,
}

Fields§

§signature: (<T as NodeType>::SignatureKey, <<T as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType)

The signature share associated with this vote

§data: CheckpointData

The leaf commitment being voted on.

§view_number: ViewNumber

The view this vote was cast for