Welcome to the Developer Q&A for the MultiChain enterprise blockchain platform.

Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.

If you wish to register as a new user, please contact us.

Multisignsture

+1 vote
Hi,

 

I have created 3-3 multisignatures  and one of then signed transaction he got hex-data and it should be signed by other one..

 

Here comes My question, how to send hex-data to other in multichain and how he knows what kind of information does that hex-data holds
asked Feb 12, 2018 by anonymous

1 Answer

0 votes

You could deliver this partially signed transaction off-chain, or else you could put it in a stream item for the other node to find it there. It can be run through decoderawtransaction to find out its meaning.

answered Feb 13, 2018 by MultiChain
...