toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
TokenResponse
Token
Response
@
Serializable
data
class
TokenResponse
(
val
contract
:
String
,
val
name
:
String
?
=
null
,
val
decimals
:
Int
,
val
symbol
:
String
,
val
tokenId
:
Int
,
val
balance
:
String
)
Members
Constructors
Token
Response
Link copied to clipboard
constructor
(
contract
:
String
,
name
:
String
?
=
null
,
decimals
:
Int
,
symbol
:
String
,
tokenId
:
Int
,
balance
:
String
)
Properties
balance
Link copied to clipboard
val
balance
:
String
contract
Link copied to clipboard
val
contract
:
String
decimals
Link copied to clipboard
val
decimals
:
Int
name
Link copied to clipboard
val
name
:
String
?
=
null
symbol
Link copied to clipboard
val
symbol
:
String
token
Id
Link copied to clipboard
val
tokenId
:
Int