Type Alias hotshot_types::simple_vote::TimeoutVote2
source · pub type TimeoutVote2<TYPES> = SimpleVote<TYPES, TimeoutData2<TYPES>>;
Expand description
Timeout Vote 2 type alias
Aliased Type§
struct TimeoutVote2<TYPES> {
pub signature: (<TYPES as NodeType>::SignatureKey, <<TYPES as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType),
pub data: TimeoutData2<TYPES>,
pub view_number: <TYPES as NodeType>::View,
}
Fields§
§signature: (<TYPES as NodeType>::SignatureKey, <<TYPES as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType)
The signature share associated with this vote
data: TimeoutData2<TYPES>
The leaf commitment being voted on.
view_number: <TYPES as NodeType>::View
The view this vote was cast for
Implementations§
source§impl<TYPES: NodeType> TimeoutVote2<TYPES>
impl<TYPES: NodeType> TimeoutVote2<TYPES>
sourcepub fn to_vote(self) -> TimeoutVote<TYPES>
pub fn to_vote(self) -> TimeoutVote<TYPES>
Convert a QuorumVote2
to a QuorumVote