Binance Web3 Connector JS
    Preparing search index...

    EIP-1559 fee structure (wei, integer strings). Null on chains that don't support EIP-1559 or non-EVM chains.

    GetGasPriceResponseDataEip1559GasPrice

    interface GetGasPriceResponseDataEip1559GasPrice {
        baseFee?: string;
        highMaxFee?: string;
        highPriorityFee?: string;
        lowMaxFee?: string;
        lowPriorityFee?: string;
        mediumMaxFee?: string;
        mediumPriorityFee?: string;
    }
    Index

    Properties

    baseFee?: string

    Current block base fee in wei.

    GetGasPriceResponseDataEip1559GasPrice

    highMaxFee?: string

    Fast tier max fee per gas (wei).

    GetGasPriceResponseDataEip1559GasPrice

    highPriorityFee?: string

    Fast tier max priority fee per gas (wei).

    GetGasPriceResponseDataEip1559GasPrice

    lowMaxFee?: string

    Slow tier max fee per gas (wei).

    GetGasPriceResponseDataEip1559GasPrice

    lowPriorityFee?: string

    Slow tier max priority fee per gas (wei).

    GetGasPriceResponseDataEip1559GasPrice

    mediumMaxFee?: string

    Average tier max fee per gas (wei).

    GetGasPriceResponseDataEip1559GasPrice

    mediumPriorityFee?: string

    Average tier max priority fee per gas (wei).

    GetGasPriceResponseDataEip1559GasPrice