Interface ConnectionProtector

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

Methods

Methods