toncenter-js
    Preparing search index...

    Interface TonHttpApiV3Parameters

    interface TonHttpApiV3Parameters {
        adapter?: AxiosAdapter;
        apiKey?: string;
        endpoint: string;
        strictValidation?: boolean;
        timeout?: number;
    }
    Index

    Properties

    adapter?: AxiosAdapter
    apiKey?: string
    endpoint: string
    strictValidation?: boolean

    If true, will throw error on schema validation failure. If false, will log warning and return data as is. Default: false (lenient mode)

    timeout?: number