We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Function isBlockhashValid

    • Checks if a blockhash is still valid

      Parameters

      • client: ExtendedViemClient

        Extended Viem client

      • ...params: [
            blockhash: Blockhash,
            config?: Readonly<{ commitment?: Commitment; minContextSlot?: bigint }>,
        ]

        Parameters for sol_isBlockhashValid

      Returns Promise<Readonly<{ context: Readonly<{ slot: Slot }>; value: boolean }>>

      Promise resolving to blockhash validity status