Utility Types
Interface: EthereumProvider
index.EthereumProvider
Indexable
▪ [key: string
]: unknown
Table of contents
Properties
Properties
request
• request: (args
: { method
: string
; params?
: unknown
[] }) => Promise
<unknown
>
Type declaration
▸ (args
): Promise
<unknown
>
Parameters
Name | Type |
---|---|
args | Object |
args.method | string |
args.params? | unknown [] |
Returns
Promise
<unknown
>