Helia will periodically re-provide every previously provided CID. Use this method to no longer re-provide the passed CID.
Optionaloptions: AbortOptionsSearches the network for peer info corresponding to the passed peer id.
Optionaloptions: RoutingOptions<RoutingFindPeerProgressEvents>Find the providers of the passed CID.
Optionaloptions: RoutingOptions<RoutingFindProvidersProgressEvents>Retrieves a value from the network corresponding to the passed key.
Optionaloptions: RoutingOptions<RoutingGetProgressEvents>Search the network for peers that are closer to the passed key. Peer info should be yielded in ever-increasing closeness to the key.
Optionaloptions: RoutingOptions<RoutingGetClosestPeersProgressEvents>The implementation of this method should ensure that network peers know the caller can provide content that corresponds to the passed CID.
Optionaloptions: RoutingOptions<RoutingProvideProgressEvents>Puts a value corresponding to the passed key in a way that can later be retrieved by another network peer using the get method.
Optionaloptions: RoutingOptions<RoutingPutProgressEvents>
The name of this routing implementation