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

    Interface HttpApiParameters

    interface HttpApiParameters {
        adapter?: AxiosAdapter;
        apiKey?: string;
        timeout?: number;
    }
    Index

    Properties

    adapter?: AxiosAdapter

    Adapter for Axios

    apiKey?: string

    API Key

    timeout?: number

    HTTP request timeout in milliseconds.