Binance Web3 Connector JS
    Preparing search index...

    Solana compute-unit prices and Jito tips. Null on non-Solana chains.

    GetGasPriceResponseDataSolanaGasPrice

    interface GetGasPriceResponseDataSolanaGasPrice {
        highComputeUnitPrice?: string;
        highJitoTip?: string;
        lowComputeUnitPrice?: string;
        lowJitoTip?: string;
        mediumComputeUnitPrice?: string;
        mediumJitoTip?: string;
    }
    Index

    Properties

    highComputeUnitPrice?: string

    GetGasPriceResponseDataSolanaGasPrice

    highJitoTip?: string

    GetGasPriceResponseDataSolanaGasPrice

    lowComputeUnitPrice?: string

    Slow tier compute-unit price (micro-lamports per compute unit).

    GetGasPriceResponseDataSolanaGasPrice

    lowJitoTip?: string

    Slow tier Jito tip in lamports.

    GetGasPriceResponseDataSolanaGasPrice

    mediumComputeUnitPrice?: string

    GetGasPriceResponseDataSolanaGasPrice

    mediumJitoTip?: string

    GetGasPriceResponseDataSolanaGasPrice