@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Type Alias FeeValuesEIP1559<quantity>

    type FeeValuesEIP1559<quantity = bigint> = {
        gasPrice?: undefined;
        maxFeePerBlobGas?: undefined;
        maxFeePerGas: quantity;
        maxPriorityFeePerGas: quantity;
    }

    Type Parameters

    • quantity = bigint
    Index

    Properties

    gasPrice?: undefined
    maxFeePerBlobGas?: undefined
    maxFeePerGas: quantity

    Total fee per gas in wei (gasPrice/baseFeePerGas + maxPriorityFeePerGas).

    maxPriorityFeePerGas: quantity

    Max priority fee per gas (in wei).