FailedOperation: {
    smartAccountAddress: Address;
    status: typeof failed;
    userOpHash: Hex;
}

Represents a failed user operation.

Type declaration

  • smartAccountAddress: Address

    The address of the smart account.

  • status: typeof failed

    The status of the user operation.

  • userOpHash: Hex

    The hash of the user operation. This is not the transaction hash which is only available after the operation is completed.