Docs

sendBatchTransaction

Sends a batch transaction using the provided options.

Example

import { sendBatchTransaction } from "thirdweb";
const waitForReceiptOptions = await sendBatchTransaction({
account,
transactions,
});

Parameters

Returns

A promise that resolves to the options for waiting for the receipt of the first transaction in the batch.