@ethereumjs/util / EthersProvider
A partial interface for an ethers
JsonRpcProvider
We only use the url string since we do raw fetch
calls to
retrieve the necessary data
• _getConnection: () => { url
: string
}
▸ (): Object
Object
Name | Type |
---|---|
url |
string |