Sends a transaction using the provided wallet.
import { sendTransaction } from "thirdweb"; const { transactionHash } = await sendTransaction({ account, transaction,});
A promise that resolves to the transaction hash.