# FrameReceipt Types

## `FrameReceipt.FrameReceipt`

Receipt for one frame. Frame logs contain only address, data, and topics.

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

## `FrameReceipt.Rpc`

JSON-RPC receipt for one frame.

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

## `FrameReceipt.RpcStatus`

Numeric JSON-RPC frame execution status.

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

## `FrameReceipt.Status`

Frame execution status.

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