I have a basic send transaction I need to sign

+2 votes
When using send to move an asset between addresses, is it possible to sign the successful transaction? If so, is there an example? Which parameters do I need?
asked Aug 20, 2019 by Jimmy Sullivan

1 Answer

0 votes

If you use a high level API like send you don't need to sign the transaction separately – it will automatically be signed by the node before sending.

answered Aug 21, 2019 by MultiChain
...