> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: EthereumProvider

[index](.././index).EthereumProvider

## Indexable

▪ \[key: `string`]: `unknown`

## Table of contents

### Properties

* [request](#request)

## 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`>
