Interface TimeoutCertificate

A timeout certificate is the certificate that the finalization committee issues when a round times out, thus making it possible for the protocol to proceed to the next round.

Hierarchy

  • TimeoutCertificate

Properties

aggregateSignature: string

The aggregated signature by the finalization committee that witnessed the 'round' timed out.

minEpoch: bigint

The minimum epoch of which signatures are included in the 'aggregate_signature'.

qcRoundsFirstEpoch: FinalizerRound[]

The rounds of which finalizers have their best quorum certificates in the 'minEpoch'.

qcRoundsSecondEpoch: FinalizerRound[]

The rounds of which finalizers have their best quorum certificates in the epoch 'minEpoch' + 1.

round: bigint

The round that timed out.

Generated using TypeDoc