ScanNftsRawResponse

data class ScanNftsRawResponse(val success: Boolean, val data: ScanNftsDataContent? = null, val error: String? = null)

Constructors

Link copied to clipboard
constructor(success: Boolean, data: ScanNftsDataContent? = null, error: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val error: String? = null
Link copied to clipboard