Sends a transaction using the provided wallet.
import { sendTransaction } from "thirdweb"; const { transactionHash } = await sendTransaction({ account, transaction,});
function sendTransaction( options: SendTransactionOptions,): Promise<WaitForReceiptOptions>;
The options for sending the transaction.
let options: SendTransactionOptions;
let returnType: Promise<WaitForReceiptOptions>;
A promise that resolves to the transaction hash.