transport to move multisign hex blob between nodes

+1 vote
Hi,

During a multi sign session, data (a partially signed trans) is passed from node to node.

In the online tutorial, data is copy/paste between nodes, but, for a real application, what would be the proper protocol + services to transmit the data, notify the peer node, provide the data's location in order to proceed to signature.

Thank you.
asked Dec 28, 2019 by anonymous

1 Answer

0 votes
There's no built-in protocol for this within MultiChain. Although you can certainly use streams if you like, and don't mind the partially signed transactions being stored on the blockchain (or at least referenced, if you're using offchain data).
answered Dec 31, 2019 by MultiChain
...