Skip to content

Commit 5af02fd

Browse files
committed
Add link to monadic interface
1 parent c16bb15 commit 5af02fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ library
8686
Cardano.Api.Internal.Governance.Metadata.Validation
8787
Cardano.Api.Internal.IO
8888
Cardano.Api.Internal.IPC
89+
Cardano.Api.Internal.IPC.Monad
8990
Cardano.Api.Internal.LedgerState
9091
Cardano.Api.Internal.Modes
9192
Cardano.Api.Internal.Orphans
@@ -220,7 +221,6 @@ library
220221
Cardano.Api.Internal.IO.Compat
221222
Cardano.Api.Internal.IO.Compat.Posix
222223
Cardano.Api.Internal.IO.Compat.Win32
223-
Cardano.Api.Internal.IPC.Monad
224224
Cardano.Api.Internal.IPC.Version
225225
Cardano.Api.Internal.InMode
226226
Cardano.Api.Internal.Json

cardano-api/src/Cardano/Api/Internal/IPC.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ module Cardano.Api.Internal.IPC
166166
--
167167
-- Alternatively, to avoid nested result types, you can use convenience
168168
-- functions and types from "Cardano.Api.Internal.Convenience.Query".
169+
-- It is also posible to combine several queries into a single connection by using
170+
-- the monadic interface that can be found in the "Cardano.Api.Internal.IPC.Monad"
171+
-- documentation.
172+
--
169173
-- The obtained @utxo@ variable is a standard @Map@ of type @Map TxIn (TxOut CtxUTxO era)@.
170174

171175
-- ** Submitting a transaction

0 commit comments

Comments
 (0)