Table of Contents

Class Result43

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

TransactionId

Idempotency key assigned to the queued transaction.

[JsonProperty("transactionId", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string TransactionId { get; set; }

Property Value

string