Evm User Operation Lookup Result
data class EvmUserOperationLookupResult(val sender: String, val nonce: String, val callData: String, val callGasLimit: String, val verificationGasLimit: String, val preVerificationGas: String, val maxFeePerGas: String, val maxPriorityFeePerGas: String, val signature: String, val entryPoint: String, val success: Boolean? = null, val actualGasCost: String? = null, val actualGasUsed: String? = null, val receipt: EvmTransactionLookupResult? = null)
Constructors
Link copied to clipboard
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)