Execute multiple transactions atomically on Ripple

Execute multiple transactions atomically on Ripple

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?

https://ift.tt/2AqoURB

Comments

Popular posts from this blog

Is there any python library could be used to decodescript in output

Lightning network (lnd): What's the best way to report lnd server issues/ask for help with channels that won't close?

How to discover startup flags or command-line options for bitcoind?