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