참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.The interface to an EIP-1193 provider, which is a standard used by most injected providers, which the BrowserProvider accepts and exposes the API of.
Parameter | Type | Description |
---|---|---|
request | object | The request object. |
request.method | string | The method name. |
request.params ? | any [] | Record <string , any > | The parameters for the method. |
request.shard ? | Shard | The shard to send the request to. |
Promise
<any
>
The result of the request.