You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/komodo-defi-framework/api/legacy/get_directly_connected_peers/index.mdx
+6-12
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
exportconst title ="Komodo DeFi Framework Method: Get Peers Info";
2
-
exportconst description ="The get_peers_info method all connected peers with their multiaddresses.";
2
+
exportconst description ="The get_directly_connected_peers method returns an array of peers (with their multiaddresses) currently connected to the requesting node.";
3
3
4
-
# get\_peers\_info
4
+
# get\_directly\_connected\_peers
5
5
6
-
**get\_peers\_info**
7
-
8
-
The `get_peers_info` method all connected peers with their multiaddresses. See [https://docs.libp2p.io/concepts/addressing/](https://docs.libp2p.io/concepts/addressing/) for more information.
6
+
The `get_directly_connected_peers` method all connected peers with their multiaddresses. See [https://docs.libp2p.io/concepts/addressing/](https://docs.libp2p.io/concepts/addressing/) for more information.
9
7
10
8
## Arguments
11
9
@@ -19,22 +17,18 @@ The `get_peers_info` method all connected peers with their multiaddresses. See [
0 commit comments