Exchange Transaction

+4 votes
Hi Team,

I want to do an exchange transaction, what would be the best way to share the partial transaction with the other nodes? Shall I use streams to broadcast the partial transaction generated on 1st node?
asked Dec 16, 2016 by amanc

1 Answer

+1 vote
Yes, streams can be a good way to do this – the partial transaction can be embedded as the raw data in a stream item, and then picked up by other nodes from there. Note that stream items also become permanently stored in the blockchain, but one one of the inputs of a partial transaction has been spent, the offer effectively expires.
answered Dec 16, 2016 by MultiChain
...