PoolVotingThresholds

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product