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

    Type Alias GetBlockProductionConfig

    type GetBlockProductionConfig = {
        commitment?: Commitment;
        identity?: string;
        range?: { firstSlot: number; lastSlot?: number };
    }
    Index
    commitment?: Commitment

    Optional commitment level

    identity?: string

    Only return results for this validator identity (base-58 encoded)

    range?: { firstSlot: number; lastSlot?: number }

    Slot range to return block production for. If parameter not provided, defaults to current epoch.

    Type Declaration

    • firstSlot: number

      first slot to return block production information for (inclusive)

    • OptionallastSlot?: number

      last slot to return block production information for (inclusive). If parameter not provided, defaults to the highest slot