Table of Contents

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

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

VerificationGasLimit

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

Property Value

string