scoin / multichain-node

A simple wrapper for Multichain's JSON RPC api that parses your input.
MIT License
73 stars 54 forks source link

Example for transaction with multiple inputs from different addresses #32

Open calguy1000 opened 5 years ago

calguy1000 commented 5 years ago

I am creating a slim-wallet application in Multichain... and using your code I have created a transaction that only involves one signer....

One thing I haven't discovered is the mechanism if there are multiple inputs from multiple different addresses that need to be signed separately.

What would the algorithm/pseudocode be like for this:

Do I need to

Any help would be appreciated.