GetLatestBlockhashApi: {
    getLatestBlockhash(
        config?: Readonly<{ commitment?: Commitment; minContextSlot?: Slot }>,
    ): Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }>;
}

Type declaration