import type { ExtendedViemClient } from '../../../client.js'; import type { Provider } from '../transports/index.js'; /** * Gets a recent block hash from the ledger * * @param client - Extended Viem client * @param params - Parameters for {@link sol_getLatestBlockhash} * @returns Promise resolving to latest block hash information */ export declare function getLatestBlockhash(client: ExtendedViemClient, ...params: Parameters): Promise; value: Readonly<{ blockhash: import("@solana/rpc-types").Blockhash; lastValidBlockHeight: bigint; }>; }>>;