Docs

sendTransaction

Sends a transaction using the provided wallet.

Example

import { sendTransaction } from "thirdweb";
const { transactionHash } = await sendTransaction({
account,
transaction,
});

Parameters

Returns

A promise that resolves to the transaction hash.