Interface Libp2pDefaultsOptions

interface Libp2pDefaultsOptions {
    dns?: DNS;
    keychain?: KeychainInit;
    privateKey?: PrivateKey;
}

Properties

dns?: DNS
keychain?: KeychainInit
privateKey?: PrivateKey