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
Name | Type |
---|---|
input | AptosEstimateGasPriceResultInput | AptosEstimateGasPriceResult |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosEstimateGasPriceResult
Parameters
Name | Type |
---|---|
json | AptosEstimateGasPriceResultJSON |
Returns
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