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.blockaid
/
BlockaidBalanceState
Blockaid
Balance
State
data
class
BlockaidBalanceState
(
val
usdPrice
:
String
?
,
val
value
:
String
?
,
val
rawValue
:
String
?
)
Balance state at a point in time.
Members
Constructors
Blockaid
Balance
State
Link copied to clipboard
constructor
(
usdPrice
:
String
?
,
value
:
String
?
,
rawValue
:
String
?
)
Properties
raw
Value
Link copied to clipboard
@
SerializedName
(
value
=
"raw_value"
)
val
rawValue
:
String
?
usd
Price
Link copied to clipboard
@
SerializedName
(
value
=
"usd_price"
)
val
usdPrice
:
String
?
value
Link copied to clipboard
val
value
:
String
?