Skip to content

Commit e4a2170

Browse files
committed
update rpc README.md
1 parent 67e5b68 commit e4a2170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/fiber-lib/src/rpc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ Get the list of nodes in the network graph.
463463

464464
* `nodes` - <em>Vec<[NodeInfo](#type-nodeinfo)></em>, The list of nodes.
465465
* `last_cursor` - <em>`JsonBytes`</em>, The last cursor.
466+
* `total_count` - <em>`Uint64`</em>, The total count of nodes
466467

467468
---
468469

@@ -482,6 +483,7 @@ Get the list of channels in the network graph.
482483

483484
* `channels` - <em>Vec<[ChannelInfo](#type-channelinfo)></em>, A list of channels.
484485
* `last_cursor` - <em>`JsonBytes`</em>, The last cursor for pagination.
486+
* `total_count` - <em>`Uint64`</em>, The total count of channels
485487

486488
---
487489

0 commit comments

Comments
 (0)