pub type TimeoutOneHonest<T> = SimpleCertificate<T, TimeoutData2, OneHonestThreshold>;Aliased Type§
pub struct TimeoutOneHonest<T> {
pub data: TimeoutData2,
pub view_number: ViewNumber,
pub signatures: Option<<<T as NodeType>::SignatureKey as SignatureKey>::QcType>,
pub _pd: PhantomData<(T, OneHonestThreshold)>,
/* private fields */
}Fields§
§data: TimeoutData2The data this certificate is for. I.e the thing that was voted on to create this Certificate
view_number: ViewNumberWhich view this QC relates to
signatures: Option<<<T as NodeType>::SignatureKey as SignatureKey>::QcType>assembled signature for certificate aggregation
_pd: PhantomData<(T, OneHonestThreshold)>phantom data for THRESHOLD and TYPES