Class ERC4337ExecutionOptions
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
ERC-4337 execution options
[JsonObject]
public class ERC4337ExecutionOptions : ExecutionOptions
- Inheritance
-
ERC4337ExecutionOptions
- Inherited Members
Constructors
ERC4337ExecutionOptions(BigInteger, string)
public ERC4337ExecutionOptions(BigInteger chainId, string signerAddress)
Parameters
chainId
BigIntegersignerAddress
string
Properties
AccountSalt
[JsonProperty("accountSalt")]
public string AccountSalt { get; set; }
Property Value
EntrypointAddress
[JsonProperty("entrypointAddress")]
public string EntrypointAddress { get; set; }
Property Value
EntrypointVersion
[JsonProperty("entrypointVersion")]
public string EntrypointVersion { get; set; }
Property Value
FactoryAddress
[JsonProperty("factoryAddress")]
public string FactoryAddress { get; set; }
Property Value
SignerAddress
[JsonProperty("signerAddress")]
public string SignerAddress { get; set; }
Property Value
SmartAccountAddress
[JsonProperty("smartAccountAddress")]
public string SmartAccountAddress { get; set; }
Property Value
Type
[JsonProperty("type")]
public string Type { get; set; }