-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.client.JsonRpcProvider
Krasimir Raykov edited this page Mar 30, 2022
·
3 revisions
@liquality/client.JsonRpcProvider
• new JsonRpcProvider(url?
, username?
, password?
)
Name | Type |
---|---|
url? |
string |
username? |
string |
password? |
string |
▸ send(method
, params
): Promise
<any
>
Name | Type |
---|---|
method |
string |
params |
any [] |
Promise
<any
>
▸ Static
defaultUrl(): string
string