Partial Atomic Exchange

+1 vote
I noticed that we can have 2 participants in an atomic exchange, but I also realized that even if you already have one participant in the transaction (appendrawexchange), the second participant can execute the complete order, have some way to lock and leave only the rest available? or would it be a mistake since the first participant could no longer have the asset for participation?
asked Feb 17, 2019 by suscitar

1 Answer

0 votes
 
Best answer

I didn't exactly understand the question, but it's certainly possible to have an atomic exchange with any number of participants. Each one can use preparelockunspent(from) + appendrawexchange to add in their own part, and then pass on the resulting transaction to other parties for further participation.

answered Feb 18, 2019 by MultiChain
selected Feb 18, 2019 by suscitar
...