# z.tempo.KeyAuthorization.RpcCallScope

RPC call scope schema.

## Imports

```ts
import { z } from 'ox/zod'

z.tempo.KeyAuthorization.RpcCallScope
```

## Definition

```ts
export const RpcCallScope = z.object({
  selectorRules: z.optional(z.nullable(z.readonly(z.array(RpcSelectorRule)))),
  target: z_Address.Address,
})
```

**Source:** [src/zod/tempo/KeyAuthorization.ts](https://github.com/wevm/ox/blob/main/src/zod/tempo/KeyAuthorization.ts)
