Skip to content

Commit

Permalink
Merge pull request #485 from IntersectMBO/expose-upgrade-conway
Browse files Browse the repository at this point in the history
Expose UpgradeConwayPParams
  • Loading branch information
palas authored Mar 15, 2024
2 parents 78b5a85 + 9560e45 commit 3cd376f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano-api/internal/Cardano/Api/ReexposeLedger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module Cardano.Api.ReexposeLedger
, ConwayEraTxCert(..)
, ConwayGovCert(..)
, ConwayGenesis(..)
, UpgradeConwayPParams(..)
, GovState
, GovActionId(..)
, Vote (..)
Expand Down Expand Up @@ -177,6 +178,7 @@ import Cardano.Ledger.Conway.Genesis (ConwayGenesis (..))
import Cardano.Ledger.Conway.Governance (Anchor (..), GovActionId (..), GovState,
ProposalProcedure (..), Vote (..), Voter (..), VotingProcedure (..),
VotingProcedures (..))
import Cardano.Ledger.Conway.PParams (UpgradeConwayPParams (..))
import Cardano.Ledger.Conway.TxCert (ConwayDelegCert (..), ConwayEraTxCert (..),
ConwayGovCert (..), ConwayTxCert (..), Delegatee (..), pattern UpdateDRepTxCert)
import Cardano.Ledger.Core (Era (..), EraPParams (..), PParams (..), PoolCert (..), Value,
Expand Down

0 comments on commit 3cd376f

Please sign in to comment.