Skip to main content

DecideSignal

Type Alias DecideSignal 

Source
type DecideSignal = Option<(ViewNumber, Option<Arc<CertificatePair<SeqTypes>>>)>;
Expand description

Latest decided view and its (optional) deciding QC, sent from the event loop to the background decide processor. None is the initial/no-op value of the watch channel.

Aliased Type§

enum DecideSignal {
    None,
    Some((ViewNumber, Option<Arc<CertificatePair<SeqTypes>>>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some((ViewNumber, Option<Arc<CertificatePair<SeqTypes>>>))

Some value of type T.