Interface QuorumCertificate

A quorum certificate is the certificate that the finalization comittee issues in order to certify a block. A block must be certified before it will be part of the authorative part of the chain.

Hierarchy

  • QuorumCertificate

Properties

aggregateSignature: string

The aggregated signature by the finalization committee on the block.

blockHash: string

The hash of the block that the quorum certificate refers to.

epoch: bigint

The epoch of the block.

round: bigint

The round of the block.

signatories: bigint[]

A list of the finalizers that formed the quorum certificate i.e., the ones who have contributed to the 'aggregateSignature'. The finalizers are identified by their baker id as this is stable across protocols and epochs.

Generated using TypeDoc