Skip to main content

Class: AptosEstimateGasPriceResult

moralis-monorepo / @moralisweb3/common-aptos-utils / AptosEstimateGasPriceResult

Class: AptosEstimateGasPriceResult

@moralisweb3/common-aptos-utils.AptosEstimateGasPriceResult

Table of contents

Methods

Properties

Methods

create

Static create(input): AptosEstimateGasPriceResult

Parameters

NameType
inputAptosEstimateGasPriceResultInput | AptosEstimateGasPriceResult

Returns

AptosEstimateGasPriceResult


fromJSON

Static fromJSON(json): AptosEstimateGasPriceResult

Parameters

NameType
jsonAptosEstimateGasPriceResultJSON

Returns

AptosEstimateGasPriceResult


toJSON

toJSON(): AptosEstimateGasPriceResultJSON

Returns

AptosEstimateGasPriceResultJSON

Properties

deprioritizedGasEstimate

Readonly deprioritizedGasEstimate: number

Description

The deprioritized estimate for the gas unit price


gasEstimate

Readonly gasEstimate: number

Description

The current estimate for the gas unit price


prioritizedGasEstimate

Readonly prioritizedGasEstimate: number

Description

The prioritized estimate for the gas unit price