# Authorization Types

## `Authorization.Authorization`

Root type for an EIP-7702 Authorization.

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L10)

## `Authorization.List`

List of [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.ListRpc`

RPC representation of an [`Authorization.List`](/api/Authorization/types#list).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.ListSigned`

Signed representation of a list of [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.Rpc`

RPC representation of an [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.Signed`

Signed representation of an [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.Tuple`

Tuple representation of an [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.TupleList`

Tuple representation of a list of [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.TupleListSigned`

Tuple representation of a list of signed [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)

## `Authorization.TupleSigned`

Tuple representation of a signed [`Authorization.Authorization`](/api/Authorization/types#authorization).

**Source:** [src/core/Authorization.ts](https://github.com/wevm/ox/blob/main/src/core/Authorization.ts#L659)
