Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.hypernative
/
ScanNftsRawResponse
Scan
Nfts
Raw
Response
data
class
ScanNftsRawResponse
(
val
success
:
Boolean
,
val
data
:
ScanNftsDataContent
?
=
null
,
val
error
:
String
?
=
null
)
Members
Constructors
Scan
Nfts
Raw
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
ScanNftsDataContent
?
=
null
,
error
:
String
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
ScanNftsDataContent
?
=
null
error
Link copied to clipboard
val
error
:
String
?
=
null
success
Link copied to clipboard
val
success
:
Boolean