Another special case uncovered in developing NFT trading.
Some txs may have requiredInputs. Some special cases of these txs may have requiredInputs that do not need a "normal" p2pkh signature from the wallet.
It is impractical to store all Cashtab utxos as "pre-signed" (well...we could do this? Seems like a bad idea. No guarantee the user is expected to always spend all his inputs).
So, we need some way of distinguishing between "inputs that need to be signed" (like required SLP inputs) and "inputs that are completely ready for ecash-lib tx builder" (for now, only found in ecash-agora).
Note that we do not yet test the case of a requiredInput that is pre-signed in the sendXec function because we do not yet have the ecash-agora dependency or any ecash-agora txs in Cashtab. However, we do test that this change does not break any existing tx building, and that the new function meets expected behavior.