Table of Contents

Class UserOperationHexifiedV7

Namespace
Thirdweb.AccountAbstraction
Assembly
Thirdweb.dll
public class UserOperationHexifiedV7
Inheritance
UserOperationHexifiedV7
Inherited Members

Properties

CallData

[JsonProperty("callData")]
public string CallData { get; set; }

Property Value

string

CallGasLimit

[JsonProperty("callGasLimit")]
public string CallGasLimit { get; set; }

Property Value

string

Factory

[JsonProperty("factory")]
public string Factory { get; set; }

Property Value

string

FactoryData

[JsonProperty("factoryData")]
public string FactoryData { get; set; }

Property Value

string

MaxFeePerGas

[JsonProperty("maxFeePerGas")]
public string MaxFeePerGas { get; set; }

Property Value

string

MaxPriorityFeePerGas

[JsonProperty("maxPriorityFeePerGas")]
public string MaxPriorityFeePerGas { get; set; }

Property Value

string

Nonce

[JsonProperty("nonce")]
public string Nonce { get; set; }

Property Value

string

Paymaster

[JsonProperty("paymaster")]
public string Paymaster { get; set; }

Property Value

string

PaymasterData

[JsonProperty("paymasterData")]
public string PaymasterData { get; set; }

Property Value

string

PaymasterPostOpGasLimit

[JsonProperty("paymasterPostOpGasLimit")]
public string PaymasterPostOpGasLimit { get; set; }

Property Value

string

PaymasterVerificationGasLimit

[JsonProperty("paymasterVerificationGasLimit")]
public string PaymasterVerificationGasLimit { get; set; }

Property Value

string

PreVerificationGas

[JsonProperty("preVerificationGas")]
public string PreVerificationGas { get; set; }

Property Value

string

Sender

[JsonProperty("sender")]
public string Sender { get; set; }

Property Value

string

Signature

[JsonProperty("signature")]
public string Signature { get; set; }

Property Value

string

VerificationGasLimit

[JsonProperty("verificationGasLimit")]
public string VerificationGasLimit { get; set; }

Property Value

string