Skip to content

Commit

Permalink
Merge pull request #669 from IntersectMBO/smelc/export-committee
Browse files Browse the repository at this point in the history
Export the Committee record from the ledger, for use in the CLI
  • Loading branch information
smelc authored Nov 4, 2024
2 parents a0df586 + d04c945 commit 8e5ef56
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 @@ -63,6 +63,7 @@ module Cardano.Api.ReexposeLedger
, ppMinUTxOValueL
-- Conway
, Anchor (..)
, Committee (..)
, Delegatee (..)
, DRep (..)
, DRepState (..)
Expand Down Expand Up @@ -193,8 +194,8 @@ import Cardano.Ledger.Conway.Core (DRepVotingThresholds (..), PoolVoti
dvtPPEconomicGroupL, dvtPPGovGroupL, dvtPPNetworkGroupL, dvtPPTechnicalGroupL,
dvtUpdateToConstitutionL)
import Cardano.Ledger.Conway.Genesis (ConwayGenesis (..))
import Cardano.Ledger.Conway.Governance (Anchor (..), GovActionId (..), GovState,
ProposalProcedure (..), Vote (..), Voter (..), VotingProcedure (..),
import Cardano.Ledger.Conway.Governance (Anchor (..), Committee (..), GovActionId (..),
GovState, ProposalProcedure (..), Vote (..), Voter (..), VotingProcedure (..),
VotingProcedures (..))
import Cardano.Ledger.Conway.PParams (UpgradeConwayPParams (..))
import Cardano.Ledger.Conway.Scripts (ConwayPlutusPurpose (..))
Expand Down

0 comments on commit 8e5ef56

Please sign in to comment.