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

    Type Alias GetSlotLeaderConfig

    Configuration object for changing getSlotLeader query behavior

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

    The level of commitment desired

    minContextSlot?: number

    The minimum slot that the request can be evaluated at