Skip to main content
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.