Interface FinalizationCommitteeParameters

Finalization committee parameters, used from protocol version 6

Hierarchy

  • FinalizationCommitteeParameters

Properties

finalizerRelativeStakeThreshold: number

The threshold for determining the stake required for being eligible the finalization committee. The amount is given by total stake in pools * finalizerRelativeStakeThreshold. Subsequently, this will alwas be a number between 0 and 1.

maximumFinalizers: number

The maximum size of a finalization committee.

minimumFinalizers: number

The minimum size of a finalization committee before finalizerRelativeStakeThreshold takes effect.

Generated using TypeDoc