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.provider.data
/
EthTransactionParam
Eth
Transaction
Param
data
class
EthTransactionParam
(
val
from
:
String
,
val
to
:
String
,
val
gas
:
String
?
,
val
gasPrice
:
String
?
,
val
maxFeePerGas
:
String
?
,
val
maxPriorityFeePerGas
:
String
?
,
val
value
:
String
,
val
data
:
String
,
val
nonce
:
String
?
=
null
)
Members
Constructors
Eth
Transaction
Param
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
gas
:
String
?
,
gasPrice
:
String
?
,
maxFeePerGas
:
String
?
,
maxPriorityFeePerGas
:
String
?
,
value
:
String
,
data
:
String
,
nonce
:
String
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
String
from
Link copied to clipboard
val
from
:
String
gas
Link copied to clipboard
val
gas
:
String
?
gas
Price
Link copied to clipboard
val
gasPrice
:
String
?
max
Fee
Per
Gas
Link copied to clipboard
val
maxFeePerGas
:
String
?
max
Priority
Fee
Per
Gas
Link copied to clipboard
val
maxPriorityFeePerGas
:
String
?
nonce
Link copied to clipboard
val
nonce
:
String
?
=
null
to
Link copied to clipboard
val
to
:
String
value
Link copied to clipboard
val
value
:
String