Type Alias GasEstimation

GasEstimation: {
    deprioritized_gas_estimate?: number;
    gas_estimate: number;
    prioritized_gas_estimate?: number;
}

The output of the estimate gas API, including the deprioritized estimate for the gas unit price.

Type declaration

  • Optionaldeprioritized_gas_estimate?: number

    The deprioritized estimate for the gas unit price

  • gas_estimate: number

    The current estimate for the gas unit price

  • Optionalprioritized_gas_estimate?: number

    The prioritized estimate for the gas unit price