EstimateGasOptions: Omit<SimulateTransactionOptions, "caller"> & {
    gasPadding?: number;
}

Type declaration

  • OptionalgasPadding?: number

    percentage of gas to add on top of the estimated gas. Value must be between (0, 1]. (e.g. 0.1 = 10%)