We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6df49 commit c16bb15Copy full SHA for c16bb15
cardano-api/src/Cardano/Api/Internal/IPC.hs
@@ -15,8 +15,9 @@
15
--
16
-- This module provides the client side of the node-to-client interprocess
17
-- communication (IPC) for interacting with a local Cardano node. It supports
18
--- querying the node for information, submitting transactions, and retrieving
19
--- historical chain data using the @ChainSync@ protocol.
+-- querying the node for information, submitting transactions, monitoring
+-- the local mempool, and retrieving historical chain data using the
20
+-- @ChainSync@ protocol.
21
module Cardano.Api.Internal.IPC
22
( -- * Examples
23
0 commit comments