mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-13 02:01:35 +00:00
fix: content and peer routing multiaddrs property (#49)
This commit is contained in:
@ -43,7 +43,7 @@ Find peers in the network that can provide a specific value, given a key.
|
||||
|
||||
It returns an `AsyncIterable` containing the identification and addresses of the peers providing the given key, as follows:
|
||||
|
||||
`AsyncIterable<{ id: PeerId, addrs: Multiaddr[] }>`
|
||||
`AsyncIterable<{ id: PeerId, multiaddrs: Multiaddr[] }>`
|
||||
|
||||
### provide
|
||||
|
||||
|
Reference in New Issue
Block a user