Type alias FeesWithGasPricesAndLimits

FeesWithGasPricesAndLimits: {
    fees: Fees;
    gasLimit: BigNumber;
    gasPrices: GasPrices;
}

Type declaration

  • fees: Fees
  • gasLimit: BigNumber
  • gasPrices: GasPrices

Generated using TypeDoc