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
/
ScanEVMTransaction
/
ScanEVMTransaction
Scan
EVMTransaction
constructor
(
chain
:
String
,
fromAddress
:
String
,
toAddress
:
String
,
input
:
String
?
=
null
,
value
:
Long
?
=
null
,
nonce
:
Long
?
=
null
,
hash
:
String
?
=
null
,
gas
:
Long
?
=
null
,
gasPrice
:
Long
?
=
null
,
maxPriorityFeePerGas
:
Long
?
=
null
,
maxFeePerGas
:
Long
?
=
null
)