File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments