A hook to send a transaction.
import { useSendAndConfirmTransaction } from "thirdweb/react";const { mutate: sendAndConfirmTx, data: transactionReceipt } = useSendAndConfirmTransaction(); // latersendAndConfirmTx(tx);
A mutation object to send a transaction.