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: CheckpointDataThe leaf commitment being voted on.
view_number: ViewNumberThe view this vote was cast for