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

Type holding the outputs of the estimate gas API

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