Skip to content

Commit

Permalink
Merge pull request #688 from IntersectMBO/smelc/cl/expose-ledger-gova…
Browse files Browse the repository at this point in the history
…ctionix

Export GovActionIx from the ledger
  • Loading branch information
smelc authored Nov 26, 2024
2 parents 5bb8f34 + 7d7dba1 commit 31f1b95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cardano-api/internal/Cardano/Api/ReexposeLedger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module Cardano.Api.ReexposeLedger
, GovState
, GovAction (..)
, GovActionId (..)
, GovActionIx (..)
, Vote (..)
, Voter (..)
, VotingProcedure (..)
Expand Down Expand Up @@ -195,8 +196,8 @@ import Cardano.Ledger.Conway.Core (DRepVotingThresholds (..), PoolVoti
dvtUpdateToConstitutionL)
import Cardano.Ledger.Conway.Genesis (ConwayGenesis (..))
import Cardano.Ledger.Conway.Governance (Anchor (..), Committee (..), GovActionId (..),
GovState, ProposalProcedure (..), Vote (..), Voter (..), VotingProcedure (..),
VotingProcedures (..))
GovActionIx (..), GovState, ProposalProcedure (..), Vote (..), Voter (..),
VotingProcedure (..), VotingProcedures (..))
import Cardano.Ledger.Conway.PParams (UpgradeConwayPParams (..))
import Cardano.Ledger.Conway.Scripts (ConwayPlutusPurpose (..))
import Cardano.Ledger.Conway.TxCert (ConwayDelegCert (..), ConwayEraTxCert (..),
Expand Down

0 comments on commit 31f1b95

Please sign in to comment.