GasEstimation

@Serializable
data class GasEstimation(val gasEstimate: Long, val deprioritizedGasEstimate: Long? = null, val prioritizedGasEstimate: Long? = null)

Constructors

Link copied to clipboard
constructor(gasEstimate: Long, deprioritizedGasEstimate: Long? = null, prioritizedGasEstimate: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "deprioritized_gas_estimate")
val deprioritizedGasEstimate: Long? = null
Link copied to clipboard
@SerialName(value = "gas_estimate")
val gasEstimate: Long
Link copied to clipboard
@SerialName(value = "prioritized_gas_estimate")
val prioritizedGasEstimate: Long? = null