Initialize a new instance of the PoolVotingThresholds class.
Quorum threshold (percentage of the total active stake) that needs to be meet for a Motion of no-confidence to be enacted.
Quorum threshold (percentage of the total active stake) that needs to be meet for a new committee to be elected if the constitutional committee is in a state of confidence.
Quorum threshold (percentage of the total active stake) that needs to be meet for a new committee to be elected if the constitutional committee is in a state of no-confidence.
Quorum threshold (percentage of the total active stake) that needs to be meet to trigger a non-backwards compatible upgrade of the network (requires a prior software upgrade).
Private
#committeePrivate
#committeePrivate
#hardPrivate
#motionPrivate
#originalPrivate
#securityGets the quorum threshold (percentage of the total active stake) that needs to be meet for a new committee to be elected if the constitutional committee is in a state of no-confidence.
The quorum threshold.
Gets the quorum threshold (percentage of the total active stake) that needs to be meet for a new committee to be elected if the constitutional committee is in a state of confidence.
The quorum threshold.
Gets the quorum threshold (percentage of the total active stake) that needs to be meet to trigger a non-backwards compatible upgrade of the network (requires a prior software upgrade).
The quorum threshold.
Gets the quorum threshold (percentage of the total active stake) that needs to be meet for a Motion of no-confidence to be enacted.
The quorum threshold.
Gets the security relevant parameter voting threshold
security relevant parameter voting threshold.
Sets the quorum threshold (percentage of the total active stake) that needs to be meet for a new committee to be elected if the constitutional committee is in a state of no-confidence.
The quorum threshold.
Sets the quorum threshold (percentage of the total active stake) that needs to be meet for a new committee to be elected if the constitutional committee is in a state of confidence.
The quorum threshold.
Sets the quorum threshold (percentage of the total active stake) that needs to be meet to trigger a non-backwards compatible upgrade of the network (requires a prior software upgrade).
The quorum threshold.
Sets the quorum threshold (percentage of the total active stake) that needs to be meet for a Motion of no-confidence to be enacted.
The quorum threshold.
Creates a Core PoolVotingThresholds object from the current PoolVotingThresholds object.
The Core Prices object.
Static
fromDeserializes the PoolVotingThresholds from a CBOR byte array.
The new PoolVotingThresholds instance.
The CBOR encoded PoolVotingThresholds object.
Static
fromCreates a PoolVotingThresholds object from the given Core PoolVotingThresholdsSHOLDS_SIZE object.
core PoolVotingThresholdsSHOLDS_SIZE object.
Generated using TypeDoc
Governance actions are ratified through on-chain voting. Different kinds of governance actions have different ratification requirements. One of those requirements is the approval of the action by SPOs. These thresholds specify the percentage of the stake held by all stake pools that must be meet by the SPOs who vote Yes for the approval to be successful.