interface CreateEphemeralKadDHT ((provider) => Promise<{
    dht: KadDHT;
    stop?(): Promise<void>;
}>)

Generated using TypeDoc