we can see that we are sending to two different addresses some amount. But i can't see a way to send ADA to different accounts under the same transaction hash I am referring these wallet specs https://cardanodocs.com/technical/wallet/api/#/
Only this method is there, POST /api/txs/payments/{from}/{to}/{amount} which shows only one transaction can be submitted at a time ?
Is this will do ? POST /api/txs/payments/{address}/{transaction}
Hi,
Check the following transaction from cardano explorer https://cardanoexplorer.com/tx/1d7041f5557730911c69d2b4cabf9972a476b0e29898deb50410f2732eb5b8d4
we can see that we are sending to two different addresses some amount. But i can't see a way to send ADA to different accounts under the same transaction hash I am referring these wallet specs https://cardanodocs.com/technical/wallet/api/#/
Only this method is there,
POST /api/txs/payments/{from}/{to}/{amount}
which shows only one transaction can be submitted at a time ?Is this will do ?
POST /api/txs/payments/{address}/{transaction}