Interface EpochFinalizationEntry

The epoch finalization entry is the proof that makes the protocol able to advance to a new epoch. I.e. the 'EpochFinalizationEntry' is present if and only if the block is the first block of a new 'Epoch'.

Hierarchy

  • EpochFinalizationEntry

Properties

finalizedQc: QuorumCertificate

The quorum certificate for the finalized block.

successorProof: string

A proof that the successor block is an immediate successor of the finalized block.

successorQc: QuorumCertificate

The quorum certificate for the block that finalizes the block that 'finalizedQc' points to.

Generated using TypeDoc