Sign raw transaction with BitcoinJ

+2 votes
Is it possible to sign a MultiChain raw transaction using the Java library BitcoinJ. The blockchain is not set in Bitcoin mode.

Thank you.
asked Jun 28, 2019 by anonymous

1 Answer

0 votes
Yes, it should be possible. But if you are not using bitcoin compatible addressing, you may need to do something with the private key given to you by MultiChain in order to pass it in a format which BitcoinJ understands. It depends on the parameters required for the function you want to use.
answered Jun 30, 2019 by MultiChain
...