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
IdempotencyKey
[JsonProperty("idempotencyKey")]
public string IdempotencyKey { get; set; }