SendBatchTransactionOptions

type SendBatchTransactionOptions = {
account: Account;
transactions: Array<PreparedTransaction>;
};