Execute multiple transactions atomically on Ripple

2

I would like to execute two transactions, e.g. one from account A to account B and one from account B to itself, atomically, i.e. either include both transactions in the ledger or none of them. This is easily possible on UTXO based blockchains, like Bitcoin, as we can have multiple inputs in the same transaction. But this is not the case on account-based blockchains, like Ripple. Is it still somehow possible?

lorisnoedboris

Posted 2018-11-26T17:16:00.027

Reputation: 35

Question was closed 2019-07-17T21:14:07.333

No answers