Evm User Operation Lookup Result
constructor(sender: String, nonce: String, callData: String, callGasLimit: String, verificationGasLimit: String, preVerificationGas: String, maxFeePerGas: String, maxPriorityFeePerGas: String, signature: String, entryPoint: String, success: Boolean? = null, actualGasCost: String? = null, actualGasUsed: String? = null, receipt: EvmTransactionLookupResult? = null)