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