TreasuryWithdrawals

scalus.cardano.ledger.GovAction.TreasuryWithdrawals
final case class TreasuryWithdrawals(withdrawals: Map[RewardAccount, Coin], policyHash: Option[PolicyHash])

An action to withdraw funds from the treasury.

Value parameters

policyHash

Optional policy hash for a treasury withdrawal policy

prevActionId

Optional ID of a previous action this one depends on

withdrawals

Map of reward accounts to withdrawal amounts

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product