Skip to content

Commit

Permalink
Expose the ledger's RewardAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Dec 12, 2024
1 parent 4d7fa4f commit f0165bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano-api/internal/Cardano/Api/ReexposeLedger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,13 @@ module Cardano.Api.ReexposeLedger
, SafeHash
, unsafeMakeSafeHash
, extractHash
-- Reward
, RewardAccount (..)
)
where

import Cardano.Crypto.Hash.Class (hashFromBytes, hashToBytes)
import Cardano.Ledger.Address (RewardAccount (..))
import Cardano.Ledger.Allegra.Scripts (showTimelock)
import Cardano.Ledger.Alonzo.Core (AlonzoEraScript (..), AlonzoEraTxBody (..),
AlonzoEraTxWits (..), AsIx (..), AsIxItem (AsIxItem), CoinPerWord (..), EraGov,
Expand Down

0 comments on commit f0165bd

Please sign in to comment.