2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/docs.wrm/api/providers/jsonrpc-provider.wrm

23 lines
606 B
Plaintext
Raw Normal View History

_title: JSON-RPC Provider
_section: JSON-RPC Provider
Explain here...
_subsection: JsonRpcProvider @<jsonrpc-provider>
TODO...
_property: provider.getSigner([ addressOrIndex ]) => [[jsonrpc-signer]]
Returns a [[jsonrpc-signer]] which is managed by this Ethereum node, at
//addressOrIndex//. If no //addressOrIndex// is provided, the first
account (account #0) is used.
_property: provider.getUncheckSigner([ addressOrIndex ]) => [[jsonrpc-uncheckedsigner]]
_subsection: JsonRpcSigner @<jsonrpc-signer>
TODO... Explain
_subsection: JsonRpcUncheckedSigner @<jsonrpc-uncheckedsigner>
TODO... Explain