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

Type declaration