Interface IDhtApi
Manages the Distributed Hash Table.
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public interface IDhtApi : IPeerRouting, IContentRouting, IValueStore
Remarks
The DHT is a place to store, not the value, but pointers to peers who have the actual value.
See the ongoing DHT specification at https://github.com/libp2p/specs/pull/108