OptionalcancelHelia will periodically re-provide every previously provided CID. Use this method to no longer re-provide the passed CID.
Optionaloptions: AbortOptionsOptionalfindSearches the network for peer info corresponding to the passed peer id.
Optionaloptions: RoutingOptions<RoutingFindPeerProgressEvents>OptionalfindFind the providers of the passed CID.
Optionaloptions: RoutingOptions<RoutingFindProvidersProgressEvents>OptionalgetRetrieves a value from the network corresponding to the passed key.
Optionaloptions: RoutingOptions<RoutingGetProgressEvents>OptionalgetSearch 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>OptionalprovideThe implementation of this method should ensure that network peers know the caller can provide content that corresponds to the passed CID.
Optionaloptions: RoutingOptions<RoutingProvideProgressEvents>OptionalputPuts 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