Thanks to the support here, I was able to fig out the implementation of multisig using multichain. In the process of executing the transaction, say, in the case of nrequired=2, a few questions. Assume a base set up where Node 1 creates a multisig address and follows through with creating a transaction to spend the locked funds to Node 2.
1. Does the order of signatures here matter? Is it possible that in the above case, Node 2 signs the transaction first and then Node 1?
2. Say, Node 1 has already signed the transaction. How could Node 2 determine the hex of the signature by Node 1 in order to continue the signing process to complete the release of locked funds? In a general scenario, is there a way of querying the blockchain to determine if there are any pending signatures by any of the nodes?