ParameterChange

scalus.cardano.ledger.GovAction.ParameterChange
final case class ParameterChange(prevActionId: Option[GovActionId], protocolParamUpdate: ProtocolParamUpdate, policyHash: Option[PolicyHash])

An action to change protocol parameters.

Value parameters

policyHash

Optional policy hash for a constitution script

prevActionId

Optional ID of a previous action this one depends on

protocolParamUpdate

The proposed parameter updates

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product