pub type UpgradeVote2<TYPES> = SimpleVote<TYPES, UpgradeData2>;Expand description
Upgrade proposal 2 vote
Aliased Type§
pub struct UpgradeVote2<TYPES> {
pub signature: (<TYPES as NodeType>::SignatureKey, <<TYPES as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType),
pub data: UpgradeData2,
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: UpgradeData2The leaf commitment being voted on.
view_number: ViewNumberThe view this vote was cast for