Table of Contents

Class Result8

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Nfts

Array of wallet NFTs.

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

Property Value

ICollection<Nfts>

Pagination

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

Property Value

Pagination6