mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-13 00:11:23 +00:00
fix: content and peer routing multiaddrs property (#49)
This commit is contained in:
@ -43,4 +43,4 @@ Query the network for all multiaddresses associated with a `PeerId`.
|
||||
|
||||
It returns the [peerId](https://github.com/libp2p/js-peer-id) together with the known peers [multiaddrs](https://github.com/multiformats/js-multiaddr), as follows:
|
||||
|
||||
`Promise<{ id: PeerId, addrs: Multiaddr[] }>`
|
||||
`Promise<{ id: PeerId, multiaddrs: Multiaddr[] }>`
|
||||
|
Reference in New Issue
Block a user