pub type DaVote<TYPES> = SimpleVote<TYPES, DaData>;Expand description
DA vote type alias
Aliased Type§
pub struct DaVote<TYPES> {
pub signature: (<TYPES as NodeType>::SignatureKey, <<TYPES as NodeType>::SignatureKey as SignatureKey>::PureAssembledSignatureType),
pub data: DaData,
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: DaDataThe leaf commitment being voted on.
view_number: <TYPES as NodeType>::ViewThe view this vote was cast for