toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
GetAccountBalanceResponse
Get
Account
Balance
Response
@
Serializable
data
class
GetAccountBalanceResponse
(
val
decimals
:
Int
,
val
symbol
:
String
,
val
tokens
:
ArrayList
<
TokenResponse
>
,
val
balance
:
String
)
Members
Constructors
Get
Account
Balance
Response
Link copied to clipboard
constructor
(
decimals
:
Int
,
symbol
:
String
,
tokens
:
ArrayList
<
TokenResponse
>
,
balance
:
String
)
Properties
balance
Link copied to clipboard
val
balance
:
String
decimals
Link copied to clipboard
val
decimals
:
Int
symbol
Link copied to clipboard
val
symbol
:
String
tokens
Link copied to clipboard
val
tokens
:
ArrayList
<
TokenResponse
>