pub type UpgradeVote<TYPES> = SimpleVote<TYPES, UpgradeProposalData>;Expand description
Upgrade proposal vote
Aliased Type§
pub struct UpgradeVote<TYPES> {
pub signature: (<TYPES as NodeType>::SignatureKey, <<TYPES as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType),
pub data: UpgradeProposalData,
pub view_number: ViewNumber,
}Fields§
§signature: (<TYPES as NodeType>::SignatureKey, <<TYPES as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType)The signature share associated with this vote
data: UpgradeProposalDataThe leaf commitment being voted on.
view_number: ViewNumberThe view this vote was cast for