@solana/web3.js
    Preparing search index...

    Type Alias GetBlockHeightConfig

    Configuration object for changing getBlockHeight query behavior

    type GetBlockHeightConfig = {
        commitment?: Commitment;
        minContextSlot?: number;
    }
    Index
    commitment?: Commitment

    The level of commitment desired

    minContextSlot?: number

    The minimum slot that the request can be evaluated at