IsBlockhashValidApi: {
    isBlockhashValid(
        blockhash: Blockhash,
        config?: Readonly<{ commitment?: Commitment; minContextSlot?: Slot }>,
    ): Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }>;
}

Type declaration