GetBlocksWithLimitApi: {
    getBlocksWithLimit(
        startSlot: bigint,
        limit: number,
        config?: Readonly<{ commitment?: Exclude<Commitment, "processed"> }>,
    ): GetBlocksWithLimitApiResponse;
}

Type declaration