Table of Contents

Class Result15

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Result15
Inheritance
Result15
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

TransactionIds

Array of unique identifiers for the submitted transactions. Use these to track transaction status.

[JsonProperty("transactionIds", Required = Required.Always)]
[Required]
public ICollection<string> TransactionIds { get; set; }

Property Value

ICollection<string>