# z.TxEnvelopeLegacy.SignedToRpc

Encode-only signed legacy transaction envelope schema accepting numberish `toRpc` inputs.

## Imports

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

z.TxEnvelopeLegacy.SignedToRpc
```

## Definition

```ts
export const SignedToRpc = z.object(signedFields(toRpc.uint, toRpc.num))
```

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