I try to sendTransaction, it fails with badTxSeq.
I want to increment the transaction sequence number on the original unsigned transaction, re-simulate, re-sign, and automatically try sendTransaction again.
I have the account that originally simulated & signed the transaction and I can ts account.incrementSequenceNumber()But I'm not how to pass this into cloneFrom or otherwise use it to increase the sequence number of the transaction.