Methods
call
- call(transaction: TransactionRequest, blockTag?: undefined): Promise<string>
-
Parameters
-
transaction: TransactionRequest
-
Optional blockTag: undefined
Returns Promise<string>
getLogs
- getLogs(filter: EventFilter): Promise<RpcProviderLogEntry[]>
-
Parameters
Returns Promise<RpcProviderLogEntry[]>
https://github.com/ethers-io/ethers.js/blob/v5.0.4/packages/abstract-provider/src.ts/index.ts#L224