Type alias GetPeerPayloadType

GetPeerPayloadType: {
    address: string;
    apiEndpoint: string | URL;
    apiToken: string;
    timeout?: number;
}

Get peer

Type declaration

  • address: string
  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • Optional timeout?: number

    optional timeout for the requests