Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
wallet
/
com.midnight.kuira.core.wallet.model
/
MidnightBalance
Midnight
Balance
data
class
MidnightBalance
(
val
shielded
:
Double
,
val
unshielded
:
Double
,
val
dust
:
Double
,
val
tokenType
:
String
=
"MIDNIGHT"
)
Balance in MIDNIGHT (decimal representation).
Members
Constructors
Midnight
Balance
Link copied to clipboard
constructor
(
shielded
:
Double
,
unshielded
:
Double
,
dust
:
Double
,
tokenType
:
String
=
"MIDNIGHT"
)
Properties
dust
Link copied to clipboard
val
dust
:
Double
shielded
Link copied to clipboard
val
shielded
:
Double
token
Type
Link copied to clipboard
val
tokenType
:
String
total
Link copied to clipboard
val
total
:
Double
unshielded
Link copied to clipboard
val
unshielded
:
Double