Interface TonHttpApiV3Parameters

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

Properties

adapter?: AxiosAdapter
apiKey?: string
endpoint: string
timeout?: number

Generated using TypeDoc