0
I want to create a transaction for USDT on Bitcoin blockchain that sends 99% of USDT balance to user A and 1% to service as a fee.
I am checking what Omni layer is capable of and I kinda got how it is working. Now I am checking whether it is possible to make multiple transfers withing the same transaction or it really requires a separate transactions per each individual transfer.
I found this two discussions of Github: Add send-to-many transaction Sending tokens with multiple transactions with a single input
And checked the code in the Omni repo that I believe is responsible for parsing transaction.
I would appreciate any illumination on whether it is possible to make it or now.