Skip to content

Commit c16bb15

Browse files
authored
Complete the list of functionalities of IPC
1 parent 1c6df49 commit c16bb15

File tree

1 file changed

+3
-2
lines changed
  • cardano-api/src/Cardano/Api/Internal

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
--
1616
-- This module provides the client side of the node-to-client interprocess
1717
-- 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.
18+
-- querying the node for information, submitting transactions, monitoring
19+
-- the local mempool, and retrieving historical chain data using the
20+
-- @ChainSync@ protocol.
2021
module Cardano.Api.Internal.IPC
2122
( -- * Examples
2223

0 commit comments

Comments
 (0)