Class GasEstimation
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class GasEstimation
- Inheritance
-
GasEstimation
- Inherited Members
Constructors
GasEstimation(ulong, ulong?, ulong?)
public GasEstimation(ulong gasEstimate, ulong? deprioritizedGasEstimate, ulong? prioritizedGasEstimate)
Parameters
Fields
DeprioritizedGasEstimate
[JsonProperty("deprioritized_gas_estimate")]
public ulong? DeprioritizedGasEstimate
Field Value
GasEstimate
[JsonProperty("gas_estimate")]
public ulong GasEstimate
Field Value
PrioritizedGasEstimate
[JsonProperty("prioritized_gas_estimate")]
public ulong? PrioritizedGasEstimate