Table of Contents

Class GetNftCollectionInfoResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The get nft collection info responses

public class GetNftCollectionInfoResponse
Inheritance
GetNftCollectionInfoResponse
Inherited Members

Properties

Collections

The collections

[JsonProperty("collections")]
public List<Collections>? Collections { get; set; }

Property Value

List<Collections>

TotalNum

The total number of collections

[JsonProperty("totalNum")]
public int TotalNum { get; set; }

Property Value

int