Table of Contents

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

gasEstimate ulong
deprioritizedGasEstimate ulong?
prioritizedGasEstimate ulong?

Fields

DeprioritizedGasEstimate

[JsonProperty("deprioritized_gas_estimate")]
public ulong? DeprioritizedGasEstimate

Field Value

ulong?

GasEstimate

[JsonProperty("gas_estimate")]
public ulong GasEstimate

Field Value

ulong

PrioritizedGasEstimate

[JsonProperty("prioritized_gas_estimate")]
public ulong? PrioritizedGasEstimate

Field Value

ulong?