# z.TransactionEnvelope.BaseSigned

Signed base transaction envelope schema.

## Imports

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

z.TransactionEnvelope.BaseSigned
```

## Definition

```ts
export const BaseSigned = z.object(
  signedBaseFields(Type, strict.uint, strict.num),
)
```

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