Type alias GetChannelsPayloadType

GetChannelsPayloadType: {
    apiEndpoint: string | URL;
    apiToken: string;
    fullTopology?: boolean;
    includingClosed?: boolean;
    timeout?: number;
}

Get channels

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • Optional fullTopology?: boolean
  • Optional includingClosed?: boolean
  • Optional timeout?: number

    optional timeout for the requests