48 lines
672 B
Markdown
48 lines
672 B
Markdown
|
|
||
|
JSON-RPC Provider
|
||
|
=================
|
||
|
|
||
|
|
||
|
Explain here...
|
||
|
|
||
|
|
||
|
JsonRpcProvider
|
||
|
---------------
|
||
|
|
||
|
|
||
|
TODO...
|
||
|
|
||
|
|
||
|
#### *provider* . **getSigner** ( [ addressOrIndex ] ) **=>** *[JsonRpcSigner](./)*
|
||
|
|
||
|
Returns a [JsonRpcSigner](./) which is managed by this Ethereum node, at
|
||
|
*addressOrIndex*. If no *addressOrIndex* is provided, the first
|
||
|
account (account #0) is used.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#### *provider* . **getUncheckSigner** ( [ addressOrIndex ] ) **=>** *[JsonRpcUncheckedSigner](./)*
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
JsonRpcSigner
|
||
|
-------------
|
||
|
|
||
|
|
||
|
TODO... Explain
|
||
|
|
||
|
|
||
|
JsonRpcUncheckedSigner
|
||
|
----------------------
|
||
|
|
||
|
|
||
|
TODO... Explain
|
||
|
|
||
|
|
||
|
|
||
|
-----
|
||
|
**Content Hash:** 497729952599bd12a48198ea62e259c24bb3ec8de38d594f346695f34753a2c2
|