Ask AI
Docs
Connect
Contracts
Engine
Tools
Tools
SDKs
SDKs
Ask AI
Search Docs
K
Support
Support
Changelog
TypeScript SDK
References
SendBatchTransactionOptions
SendBatchTransactionOptions
Defined in
thirdweb/src/transaction/actions/send-batch-transaction.ts#L10
type
SendBatchTransactionOptions
=
{
account
:
Account
;
transactions
:
Array
<
PreparedTransaction
>;
};
account
transactions
On this page