Binance Web3 Connector JS
    Preparing search index...

    Legacy EVM gas price tiers (wei, integer string). Null on non-EVM chains.

    GetGasPriceResponseDataEvmLegacyGasPrice

    interface GetGasPriceResponseDataEvmLegacyGasPrice {
        highGasPrice?: string;
        lowGasPrice?: string;
        mediumGasPrice?: string;
    }
    Index

    Properties

    highGasPrice?: string

    Fast tier gas price in wei.

    GetGasPriceResponseDataEvmLegacyGasPrice

    lowGasPrice?: string

    Slow tier gas price in wei.

    GetGasPriceResponseDataEvmLegacyGasPrice

    mediumGasPrice?: string

    Average tier gas price in wei.

    GetGasPriceResponseDataEvmLegacyGasPrice