min Seq Num
If NULL, only valid when sourceAccount's sequence number is seqNum - 1. Otherwise, valid when sourceAccount's sequence number n satisfies minSeqNum <= n < tx.seqNum. Note that after execution the account's sequence number is always raised to tx.seqNum, and a transaction is not valid if tx.seqNum is too high to ensure replay protection.