TypeScript SDK

SendBatchTransactionOptions

type SendBatchTransactionOptions = {
account: Account;
transactions: Array<SendTransactionOptions["transaction"]>;
};