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
In this article