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

    Type Alias IsBlockhashValidConfig

    Configuration object for changing isBlockhashValid query behavior

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

    The level of commitment desired

    minContextSlot?: number

    The minimum slot that the request can be evaluated at