Skip to content

FrameReceipt

Utilities for converting EIP-8141 frame receipts between RPC and decoded forms.

Frame receipts include execution gas, state gas, logs, and execution status.

Functions

NameDescription
FrameReceipt.fromRpcConverts an RPC frame receipt to a FrameReceipt.FrameReceipt.
FrameReceipt.toRpcConverts a FrameReceipt.FrameReceipt to an RPC frame receipt.

Types

NameDescription
FrameReceipt.FrameReceiptReceipt for one frame. Frame logs contain only address, data, and topics.
FrameReceipt.RpcJSON-RPC receipt for one frame.
FrameReceipt.RpcStatusHex JSON-RPC frame execution status.
FrameReceipt.StatusFrame execution status.