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/client.JsonRpcProvider
• new JsonRpcProvider(url?, username?, password?)
url?
username?
password?
string
client/lib/JsonRpc.ts:11
▸ send(method, params): Promise<any>
method
params
Promise
any
Promise<any>
client/lib/JsonRpc.ts:32
▸ Static defaultUrl(): string
Static
client/lib/JsonRpc.ts:28