Skip to content

Commit

Permalink
Merge pull request #699 from IntersectMBO/smelc/additional-exports
Browse files Browse the repository at this point in the history
Export HasKeyRole's coerceKeyRole function
  • Loading branch information
smelc authored Dec 5, 2024
2 parents a8446e7 + 450fc00 commit 4396ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cardano-api/internal/Cardano/Api/Certificate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ import Cardano.Api.Value

import Cardano.Ledger.BaseTypes (strictMaybe)
import qualified Cardano.Ledger.Coin as L
import qualified Cardano.Ledger.Keys as Ledger

import Control.Monad.Except (MonadError (..))
import Data.ByteString (ByteString)
Expand Down
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/ReexposeLedger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cardano.Api.ReexposeLedger
, hashVerKeyVRF
, hashWithSerialiser
, PoolParams (..)
, HasKeyRole
, HasKeyRole (..)
, MIRPot (..)
, MIRTarget (..)
, MIRCert (..)
Expand Down Expand Up @@ -220,7 +220,7 @@ import Cardano.Ledger.Core (Era (..), EraPParams (..), EraTxOut, PPara
import Cardano.Ledger.Credential (Credential (..), credToText)
import Cardano.Ledger.Crypto (ADDRHASH, Crypto, StandardCrypto)
import Cardano.Ledger.DRep (DRep (..), drepAnchorL, drepDepositL, drepExpiryL)
import Cardano.Ledger.Keys (HasKeyRole, KeyHash (..), KeyRole (..), VKey (..),
import Cardano.Ledger.Keys (HasKeyRole (..), KeyHash (..), KeyRole (..), VKey (..),
hashWithSerialiser)
import Cardano.Ledger.Plutus.Data (Data (..), unData)
import Cardano.Ledger.Plutus.Language (Language, Plutus, languageToText, plutusBinary)
Expand Down

0 comments on commit 4396ad1

Please sign in to comment.