Type alias FeeValuesLegacy<TQuantity>

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

Type Parameters

  • TQuantity = bigint

Type declaration

  • gasPrice: TQuantity

    Base fee per gas.

  • Optional maxFeePerGas?: never
  • Optional maxPriorityFeePerGas?: never

Generated using TypeDoc