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