We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e5b68 commit e4a2170Copy full SHA for e4a2170
crates/fiber-lib/src/rpc/README.md
@@ -463,6 +463,7 @@ Get the list of nodes in the network graph.
463
464
* `nodes` - <em>Vec<[NodeInfo](#type-nodeinfo)></em>, The list of nodes.
465
* `last_cursor` - <em>`JsonBytes`</em>, The last cursor.
466
+* `total_count` - <em>`Uint64`</em>, The total count of nodes
467
468
---
469
@@ -482,6 +483,7 @@ Get the list of channels in the network graph.
482
483
484
* `channels` - <em>Vec<[ChannelInfo](#type-channelinfo)></em>, A list of channels.
485
* `last_cursor` - <em>`JsonBytes`</em>, The last cursor for pagination.
486
+* `total_count` - <em>`Uint64`</em>, The total count of channels
487
488
489
0 commit comments