Table of Contents

Class ExecutionOptions

Namespace
Thirdweb
Assembly
Thirdweb.dll

Base class for execution options

[JsonObject]
public class ExecutionOptions
Inheritance
ExecutionOptions
Derived
Inherited Members

Properties

ChainId

[JsonProperty("chainId")]
public BigInteger? ChainId { get; set; }

Property Value

BigInteger?

IdempotencyKey

[JsonProperty("idempotencyKey")]
public string IdempotencyKey { get; set; }

Property Value

string