TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Type Alias TonClientParameters

    type TonClientParameters = {
        apiKey?: string;
        endpoint: string;
        httpAdapter?: AxiosAdapter;
        timeout?: number;
    }
    Index

    Properties

    apiKey?: string

    API Key

    endpoint: string

    API Endpoint

    httpAdapter?: AxiosAdapter

    HTTP Adapter for axios

    timeout?: number

    HTTP request timeout in milliseconds.