Type Alias GetBlockProductionConfig

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

Type declaration

  • Optionalcommitment?: Commitment

    Optional commitment level

  • Optionalidentity?: string

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

  • Optionalrange?: {
        firstSlot: number;
        lastSlot?: number;
    }

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

    • 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