Class GetNftCollectionInfoResponse
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
TotalNum
The total number of collections
[JsonProperty("totalNum")]
public int TotalNum { get; set; }