# RpcSchemaTempo

Union of all JSON-RPC Methods for the `tempo_` namespace.

## Examples

```ts twoslash
import 'ox/window'
import { Provider, RpcSchema } from 'ox'
import { RpcSchemaTempo } from 'ox/tempo'

const schema = RpcSchema.from<
  RpcSchema.Default | RpcSchemaTempo.Tempo
>()

const provider = Provider.from(window.ethereum!, { schema })
```

## Types

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`RpcSchemaTempo.Tempo`](/tempo/reference/RpcSchemaTempo/types#rpcschematempotempo) | Union of all JSON-RPC Methods for the `tempo_` namespace. |
