@@ -18,7 +18,7 @@ module Cardano.Api.ReexposeLedger
1818 , hashVerKeyVRF
1919 , hashWithSerialiser
2020 , PoolParams (.. )
21- , HasKeyRole ( .. )
21+ , HasKeyRole
2222 , MIRPot (.. )
2323 , MIRTarget (.. )
2424 , MIRCert (.. )
@@ -175,10 +175,13 @@ module Cardano.Api.ReexposeLedger
175175 , SafeHash
176176 , unsafeMakeSafeHash
177177 , extractHash
178+ -- Reward
179+ , RewardAccount (.. )
178180 )
179181where
180182
181183import Cardano.Crypto.Hash.Class (hashFromBytes , hashToBytes )
184+ import Cardano.Ledger.Address (RewardAccount (.. ))
182185import Cardano.Ledger.Allegra.Scripts (showTimelock )
183186import Cardano.Ledger.Alonzo.Core (AlonzoEraScript (.. ), AlonzoEraTxBody (.. ),
184187 AlonzoEraTxWits (.. ), AsIx (.. ), AsIxItem (AsIxItem ), CoinPerWord (.. ), EraGov ,
@@ -221,7 +224,7 @@ import Cardano.Ledger.Core (Era (..), EraPParams (..), EraTxOut, PPara
221224import Cardano.Ledger.Credential (Credential (.. ), credToText )
222225import Cardano.Ledger.Crypto (ADDRHASH , Crypto , StandardCrypto )
223226import Cardano.Ledger.DRep (DRep (.. ), drepAnchorL , drepDepositL , drepExpiryL )
224- import Cardano.Ledger.Keys (HasKeyRole ( .. ) , KeyHash (.. ), KeyRole (.. ), VKey (.. ),
227+ import Cardano.Ledger.Keys (HasKeyRole , KeyHash (.. ), KeyRole (.. ), VKey (.. ),
225228 hashWithSerialiser )
226229import Cardano.Ledger.Plutus.Data (Data (.. ), unData )
227230import Cardano.Ledger.Plutus.Language (Language , Plutus , languageToText , plutusBinary )
0 commit comments