GetBlocksApi: {
    getBlocks(
        startSlot: bigint,
        endSlotInclusive?: bigint,
        config?: Readonly<{ commitment?: Exclude<Commitment, "processed"> }>,
    ): GetBlocksApiResponse;
}

Type declaration