Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

The receipt that contains information about the execution of user operation.

Properties

PropertyTypeDescription
revert?UserOperationReceiptRevert-
transactionHash?stringThe hash of this transaction as 0x-prefixed string. Pattern: ^0x[a-fA-F0-9]{64}$
blockHash?stringThe block hash of the block including the transaction as 0x-prefixed string. Pattern: ^0x[0-9a-fA-F]{64}$|^$
blockNumber?numberThe block height (number) of the block including the transaction.
gasUsed?stringThe gas used for landing this user operation.