We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@liquality/evm..HttpClient
• new HttpClient(config)
config
AxiosRequestConfig
any
client/dist/lib/Http.d.ts:4
▸ nodeGet<I, O>(url, params?): Promise<O>
I
O
url
params?
Promise
string
Promise<O>
client/dist/lib/Http.d.ts:5
▸ nodePost<I, O>(url, data): Promise<O>
data
client/dist/lib/Http.d.ts:6