GetBlockHeightApi: {
    getBlockHeight(
        config?: Readonly<{ commitment?: Commitment; minContextSlot?: Slot }>,
    ): bigint;
}

Type declaration