TonClient4Parameters: {
    endpoint: string;
    httpAdapter?: AxiosAdapter;
    requestInterceptor?: ((config) => InternalAxiosRequestConfig);
    timeout?: number;
}

Type declaration

  • endpoint: string

    API endpoint

  • Optional httpAdapter?: AxiosAdapter

    HTTP Adapter for axios

  • Optional requestInterceptor?: ((config) => InternalAxiosRequestConfig)

    HTTP request interceptor for axios

      • (config): InternalAxiosRequestConfig
      • HTTP request interceptor for axios

        Parameters

        • config: InternalAxiosRequestConfig

        Returns InternalAxiosRequestConfig

  • Optional timeout?: number

    HTTP request timeout in milliseconds.

Generated using TypeDoc