import { Connection } from '@solana/web3.js'; export const getRecentBlockhash = async (connection: Connection): Promise => { return (await connection.getRecentBlockhash()).blockhash; };