# Ethereum Types

## `Ethereum.RecoveredTx`

A transaction with its sender already recovered.

evm2 takes the signer alongside a signature-stripped envelope rather than recovering it during execution, so the sender is supplied here.

**Source:** [src/evm/Ethereum.ts](https://github.com/wevm/ox/blob/main/src/evm/Ethereum.ts#L11)
