2019-08-22 08:52:17 +03:00
|
|
|
-----
|
|
|
|
|
|
|
|
Documentation: [html](https://docs-beta.ethers.io/)
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
2019-08-21 08:53:47 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-----
|
2019-08-22 08:52:17 +03:00
|
|
|
**Content Hash:** 09091214806fa2270a7425521fd948901355db2ec3406597fb5e29141b40639b
|