Home > eth-connect > HTTPProviderOptions
Signature:
export type HTTPProviderOptions = {
headers?: {
[key: string]: string;
};
timeout?: number;
fetch?: FetchFunction;
};
References: FetchFunction
Home > eth-connect > HTTPProviderOptions
Signature:
export type HTTPProviderOptions = {
headers?: {
[key: string]: string;
};
timeout?: number;
fetch?: FetchFunction;
};
References: FetchFunction