interface Echo {
    protocol: string;
    echo(peer, buf, options?): Promise<Uint8Array>;
}

Properties

Methods

Properties

protocol: string

Methods