docs: added jsonRpcProvider.connection (#2611)

This commit is contained in:
Richard Moore 2022-01-30 22:45:46 -05:00
parent 32c9a09762
commit 813fcef4ad

@ -19,6 +19,9 @@ command-line flags, configuration or settings in their UI to enable
JSON-RPC, unlock accounts or expose specific APIs. Please consult JSON-RPC, unlock accounts or expose specific APIs. Please consult
their documentation. their documentation.
_property: jsonRpcProvider.connection => [[ConnectionInfo]]
The fully formed [[ConnectionInfo]] the Provider is connected to.
_property: jsonRpcProvider.getSigner([ addressOrIndex ]) => [[JsonRpcSigner]] @<JsonRpcProvider-getSigner> @SRC<providers/json-rpc-provider> _property: jsonRpcProvider.getSigner([ addressOrIndex ]) => [[JsonRpcSigner]] @<JsonRpcProvider-getSigner> @SRC<providers/json-rpc-provider>
Returns a [[JsonRpcSigner]] which is managed by this Ethereum node, at Returns a [[JsonRpcSigner]] which is managed by this Ethereum node, at
//addressOrIndex//. If no //addressOrIndex// is provided, the first //addressOrIndex//. If no //addressOrIndex// is provided, the first