You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--| Similar to TxOutRef, but for GovActionsdataGovernanceActionId=GovernanceActionId{getTxId::V3.TxId
, getGovActionIx::Haskell.Integer}derivingstock (Generic, Haskell.Show, Haskell.Eq, Haskell.Ord)
The text was updated successfully, but these errors were encountered:
No, gaid is a (weird) abbreviation of GovernanceActionId, it's pretty common in the Haskell world to prefix fields with an abbreviation of the type name due to the lack of type-based name resolution (workarounds exist, but we don't use them).
So I think this is as intended and I'm gonna close the issue as such. But thank you for double-checking!
plutus/plutus-ledger-api/src/PlutusLedgerApi/V3/Contexts.hs
Line 220 in bc8c3a7
did you mean
The text was updated successfully, but these errors were encountered: