Class UserOperationHexifiedV6
- Namespace
- Thirdweb.AccountAbstraction
- Assembly
- Thirdweb.dll
public class UserOperationHexifiedV6
- Inheritance
-
UserOperationHexifiedV6
- 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
InitCode
[JsonProperty("initCode")]
public string InitCode { 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
PaymasterAndData
[JsonProperty("paymasterAndData")]
public string PaymasterAndData { 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