toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
GasEstimation
Gas
Estimation
@
Serializable
data
class
GasEstimation
(
val
gasEstimate
:
Long
,
val
deprioritizedGasEstimate
:
Long
?
=
null
,
val
prioritizedGasEstimate
:
Long
?
=
null
)
Members
Constructors
Gas
Estimation
Link copied to clipboard
constructor
(
gasEstimate
:
Long
,
deprioritizedGasEstimate
:
Long
?
=
null
,
prioritizedGasEstimate
:
Long
?
=
null
)
Properties
deprioritized
Gas
Estimate
Link copied to clipboard
@
SerialName
(
value
=
"deprioritized_gas_estimate"
)
val
deprioritizedGasEstimate
:
Long
?
=
null
gas
Estimate
Link copied to clipboard
@
SerialName
(
value
=
"gas_estimate"
)
val
gasEstimate
:
Long
prioritized
Gas
Estimate
Link copied to clipboard
@
SerialName
(
value
=
"prioritized_gas_estimate"
)
val
prioritizedGasEstimate
:
Long
?
=
null