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.yieldxyz
/
YieldXyzToken
Yield
Xyz
Token
data
class
YieldXyzToken
(
val
symbol
:
String
,
val
name
:
String
,
val
decimals
:
Int
?
=
null
,
val
network
:
String
?
=
null
,
val
address
:
String
?
=
null
,
val
logoURI
:
String
?
=
null
,
val
isPoints
:
Boolean
?
=
null
,
val
coinGeckoId
:
String
?
=
null
)
Token information
Members
Constructors
Yield
Xyz
Token
Link copied to clipboard
constructor
(
symbol
:
String
,
name
:
String
,
decimals
:
Int
?
=
null
,
network
:
String
?
=
null
,
address
:
String
?
=
null
,
logoURI
:
String
?
=
null
,
isPoints
:
Boolean
?
=
null
,
coinGeckoId
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
coin
Gecko
Id
Link copied to clipboard
val
coinGeckoId
:
String
?
=
null
decimals
Link copied to clipboard
val
decimals
:
Int
?
=
null
is
Points
Link copied to clipboard
val
isPoints
:
Boolean
?
=
null
logo
URI
Link copied to clipboard
val
logoURI
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
network
Link copied to clipboard
val
network
:
String
?
=
null
symbol
Link copied to clipboard
val
symbol
:
String