NFT support will introduce the first txs in Cashtab with a required input that is not a token input.
Generalize the sendXec function to accept requiredInputs as a param (really, just renaming tokenInputs).
Because the agora input includes XEC, the tx will typically not require additional utxos. Refactor sendXec so that we do not add utxos if we already have sufficient utxos for the tx.
In implementing this refactor, discovered it is also an optimization -- some burn txs will have enough utxos from token dust inputs and will not need an additional non-SLP utxo.
Update these burn tests. Add a new test for edge case where sendXec tries to build and broadcast a tx but needs to add another utxo to cover fee.