IntersectMBO / plutus

The Plutus language implementation and tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change more types to Lovelace in PlutusV3 context

lehins opened this issue · comments

Describe the feature you'd like

Here is a list of types that could take advantage of the new Lovelace type that was introduced in #5678:

  • Proposal deposit: ppDeposit
  • Certificate deposit in: TxCertRegStaking
  • Certificate refund in: TxCertUnRegStaking
  • Certificate deposit in: TxCertRegDeleg
  • Certificate deposit in: TxCertRegDRep
  • Certificate refund in: TxCertUnRegDRep
  • The withdrawal amount in the TreasuryWithdrawals governance action

Describe alternatives you've considered

No response