Type Alias FeeValuesEIP4844<TQuantity>

FeeValuesEIP4844<TQuantity>: Assign<FeeValuesEIP1559<TQuantity>, {
    maxFeePerBlobGas: TQuantity;
}>

Type Parameters

  • TQuantity = bigint

Type declaration

  • maxFeePerBlobGas: TQuantity

    The maximum total fee per gas the sender is willing to pay for blob gas (in wei).