libp2p
    Preparing search index...

    Interface Ping

    interface Ping {
        ping(
            peer: PeerId | Multiaddr | Multiaddr[],
            options?: AbortOptions,
        ): Promise<number>;
    }
    Index

    Methods

    Methods