Table of Contents

Class SimulateTransactionOptions

Namespace
Aptos
Assembly
Aptos.dll
public class SimulateTransactionOptions
Inheritance
SimulateTransactionOptions
Inherited Members

Constructors

SimulateTransactionOptions(bool, bool, bool)

public SimulateTransactionOptions(bool estimateGasUnitPrice = false, bool estimateMaxGasAmount = false, bool estimatePrioritizedGasUnitPrice = false)

Parameters

estimateGasUnitPrice bool
estimateMaxGasAmount bool
estimatePrioritizedGasUnitPrice bool

Fields

EstimateGasUnitPrice

public bool EstimateGasUnitPrice

Field Value

bool

EstimateMaxGasAmount

public bool EstimateMaxGasAmount

Field Value

bool

EstimatePrioritizedGasUnitPrice

public bool EstimatePrioritizedGasUnitPrice

Field Value

bool