Hi, so, two different users, sent me 2 different assets, A and B, obviously, UTXOs with this assets resides in different transactions. What I want, is to consume this UTXOs and send TX to another user with assets A+B in one transaction? Just like we do with native coin, combining UTXOs value until it become >= the value we want to send. All my tries failed with typical node error, mandatory-script-verify-flag. All inputs are signed as it needs to be done with native coin inputs.
Second question, so if the case above is not possible and I will need to create two TXs to send asset A and B, will I be able to send assets A and B in one transaction in case this assets resides in one UTXO from one user?
Thanks in advance