GetNFTResponse

@Serializable
data class GetNFTResponse(val nfts: ArrayList<AppNFT>)

Constructors

Link copied to clipboard
constructor(nfts: ArrayList<AppNFT>)

Properties

Link copied to clipboard