scalus.cardano.ledger.PoolVotingThresholds
See thePoolVotingThresholds companion object
case class PoolVotingThresholds(motionNoConfidence: UnitInterval, committeeNormal: UnitInterval, committeeNoConfidence: UnitInterval, hardFork: UnitInterval, ppSecurityGroup: UnitInterval)
Represents voting thresholds for stake pools in the Cardano blockchain.
Defines the thresholds required for different governance actions to pass when voted on by stake pools.
Value parameters
- committeeNoConfidence
-
Threshold for committee updates after no confidence
- committeeNormal
-
Threshold for normal committee updates
- hardFork
-
Threshold for hard fork initiations
- motionNoConfidence
-
Threshold for no confidence motions
- ppSecurityGroup
-
Threshold for security protocol parameter changes
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article