Class EthEstimateUserOperationGasResponse
- Namespace
- Thirdweb.AccountAbstraction
- Assembly
- Thirdweb.dll
public class EthEstimateUserOperationGasResponse
- Inheritance
-
EthEstimateUserOperationGasResponse
- Inherited Members
Properties
CallGasLimit
[JsonProperty("callGasLimit")]
public string CallGasLimit { get; set; }
Property Value
PaymasterPostOpGasLimit
[JsonProperty("paymasterPostOpGasLimit")]
public string PaymasterPostOpGasLimit { get; set; }
Property Value
PaymasterVerificationGasLimit
[JsonProperty("paymasterVerificationGasLimit")]
public string PaymasterVerificationGasLimit { get; set; }
Property Value
PreVerificationGas
[JsonProperty("preVerificationGas")]
public string PreVerificationGas { get; set; }
Property Value
VerificationGasLimit
[JsonProperty("verificationGasLimit")]
public string VerificationGasLimit { get; set; }