Find peers in the DHT that can provide a specific value, given a CID.
Given a key, query the DHT for its best value.
Announce to the network that we are providing given values.
Write a key/value pair to the DHT.
Given a key of the form /foo/bar and a value of any form, this will write that value to the DHT with that key.
Find the closest peers to a given PeerId
or CID
, by querying the DHT.
Generated using TypeDoc
Query the DHT for all multiaddresses associated with a
PeerId
.