Skip to content

Commit

Permalink
Export queryNodeLocalState_, executeLocalStateQueryExpr_, toAcquiring…
Browse files Browse the repository at this point in the history
…Failure and AcquireFailure from Cardano.Api
  • Loading branch information
newhoggy committed Mar 31, 2023
1 parent 80cb5b4 commit cbd3fa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ module Cardano.Api (
Error(..),
throwErrorAsException,
FileError(..),
toAcquiringFailure,

-- * Node interaction
-- | Operations that involve talking to a local Cardano node.
Expand Down Expand Up @@ -654,9 +655,13 @@ module Cardano.Api (
QueryUTxOFilter(..),
UTxO(..),
queryNodeLocalState,
queryNodeLocalState_,
executeQueryCardanoMode,

UnsupportedNtcVersionError(..),

AcquireFailure(..),

-- *** Local tx monitoring
LocalTxMonitorClient(..),
LocalTxMonitoringQuery(..),
Expand Down Expand Up @@ -744,6 +749,7 @@ module Cardano.Api (
-- ** Monadic queries
LocalStateQueryExpr,
executeLocalStateQueryExpr,
executeLocalStateQueryExpr_,
queryExpr,
determineEraExpr,

Expand Down

0 comments on commit cbd3fa7

Please sign in to comment.