Type alias ProtocolOptions

ProtocolOptions: {
    peerId?: PeerId;
}

Type declaration

  • Optional peerId?: PeerId

    Optionally specify an PeerId for the protocol request. If not included, will use a random peer.

Generated using TypeDoc