-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.evm.<internal>.HttpClient
Krasimir Raykov edited this page Mar 30, 2022
·
1 revision
@liquality/evm..HttpClient
• new HttpClient(config
)
Name | Type |
---|---|
config |
AxiosRequestConfig <any > |
client/dist/lib/Http.d.ts:4
▸ nodeGet<I
, O
>(url
, params?
): Promise
<O
>
Name | Type |
---|---|
I |
any |
O |
any |
Name | Type |
---|---|
url |
string |
params? |
I |
Promise
<O
>
client/dist/lib/Http.d.ts:5
▸ nodePost<I
, O
>(url
, data
): Promise
<O
>
Name | Type |
---|---|
I |
any |
O |
any |
Name | Type |
---|---|
url |
string |
data |
I |
Promise
<O
>
client/dist/lib/Http.d.ts:6