Table of Contents

Class Result11

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

TransactionIds

Array of transaction IDs for the submitted transfers. One ID per recipient.

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

Property Value

ICollection<string>