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.hypernative
/
ScanEVMBalanceChange
Scan
EVMBalance
Change
data
class
ScanEVMBalanceChange
(
val
changeType
:
String
,
val
tokenSymbol
:
String
,
val
tokenAddress
:
String
?
=
null
,
val
usdValue
:
String
?
=
null
,
val
amount
:
String
,
val
chain
:
String
,
val
evmChainId
:
String
?
=
null
)
Members
Constructors
Scan
EVMBalance
Change
Link copied to clipboard
constructor
(
changeType
:
String
,
tokenSymbol
:
String
,
tokenAddress
:
String
?
=
null
,
usdValue
:
String
?
=
null
,
amount
:
String
,
chain
:
String
,
evmChainId
:
String
?
=
null
)
Properties
amount
Link copied to clipboard
val
amount
:
String
chain
Link copied to clipboard
val
chain
:
String
change
Type
Link copied to clipboard
val
changeType
:
String
evm
Chain
Id
Link copied to clipboard
val
evmChainId
:
String
?
=
null
token
Address
Link copied to clipboard
val
tokenAddress
:
String
?
=
null
token
Symbol
Link copied to clipboard
val
tokenSymbol
:
String
usd
Value
Link copied to clipboard
val
usdValue
:
String
?
=
null