Helia
    Preparing search index...

    Interface DefaultLibp2pServices

    interface DefaultLibp2pServices {
        autoNAT: unknown;
        autoTLS: AutoTLS;
        dcutr: unknown;
        delegatedRouting: unknown;
        dht: KadDHT;
        identify: Identify;
        keychain: Keychain;
        ping: Ping;
        relay: CircuitRelayService;
        upnp: unknown;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • DefaultLibp2pServices

    Indexable

    • [key: string]: unknown
    Index

    Properties

    autoNAT: unknown
    autoTLS: AutoTLS
    dcutr: unknown
    delegatedRouting: unknown
    dht: KadDHT
    identify: Identify
    keychain: Keychain
    ping: Ping
    upnp: unknown