Type Alias FeeValuesLegacy<TQuantity>

FeeValuesLegacy<TQuantity>: {
    gasPrice: TQuantity;
    maxFeePerBlobGas?: never;
    maxFeePerGas?: never;
    maxPriorityFeePerGas?: never;
}

Type Parameters

  • TQuantity = bigint

Type declaration

  • gasPrice: TQuantity

    Base fee per gas.

  • OptionalmaxFeePerBlobGas?: never
  • OptionalmaxFeePerGas?: never
  • OptionalmaxPriorityFeePerGas?: never