Interface ConnectionProtector

interface ConnectionProtector {
    protect(connection, options?): Promise<MultiaddrConnection>;
}

Methods

Methods