Interface BlockCertificates

Certificates for a block for protocols supporting ConcordiumBFT.

Hierarchy

  • BlockCertificates

Properties

epochFinalizationEntry?: EpochFinalizationEntry

The epoch finalization entry. Is present only if the block initiates a new epoch.

quorumCertificate?: QuorumCertificate

The quorum certificate. Is present if and only if the block is not a genesis block.

timeoutCertificate?: TimeoutCertificate

The timeout certificate. Is present only if the round prior to the round of the block timed out.

Generated using TypeDoc