Is there a way to write my own pubkey script and create a raw multichain transaction with it?

+1 vote
asked Mar 23, 2017 by kakkoiiman

1 Answer

0 votes
Yes, you can do this, but you would need to build the transaction using an external library rather than the MultiChain APIs. MultiChain uses bitcoin's transaction format so any bitcoin-compatible library can help you do this.
answered Mar 23, 2017 by MultiChain
...