Skip to main content

Properties

PropertyTypeDescription
networkEvmUserOperationNetwork-
userOpHashstringThe hash of the user operation. This is not the transaction hash, as a transaction consists of multiple user operations. The user operation hash is the hash of this particular user operation which gets signed by the owner of the Smart Account. Pattern: ^0x[0-9a-fA-F]{64}$
callsEvmUserOperationCall[]The list of calls in the user operation.
statusEvmUserOperationStatusThe status of the user operation.
transactionHash?stringThe hash of the transaction that included this particular user operation. This gets set after the user operation is broadcasted and the transaction is included in a block. Pattern: ^0x[0-9a-fA-F]{64}$|^$
receipts?UserOperationReceipt[]The list of receipts associated with the user operation.