Type alias GasEstimation

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

Struct holding the outputs of the estimate gas API

Type declaration

  • Optional deprioritized_gas_estimate?: number

    The deprioritized estimate for the gas unit price

  • gas_estimate: number

    The current estimate for the gas unit price

  • Optional prioritized_gas_estimate?: number

    The prioritized estimate for the gas unit price

Generated using TypeDoc