Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 680 Bytes

EthersProvider.md

File metadata and controls

35 lines (20 loc) · 680 Bytes

@ethereumjs/util / EthersProvider

Interface: 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

Table of contents

Properties

Properties

_getConnection

_getConnection: () => { url: string }

Type declaration

▸ (): Object

Returns

Object

Name Type
url string

Defined in

packages/util/src/provider.ts:79