Table of Contents

Class Result27

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Owners

Array of token owners with amounts.

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

Property Value

ICollection<Owners>

Pagination

[JsonProperty("pagination", Required = Required.Always)]
[Required]
public Pagination11 Pagination { get; set; }

Property Value

Pagination11