Interface PingService

interface PingService {
    ping(peer, options?): Promise<number>;
}

Methods

Methods