Does sendassetfrom validate transactions?

+1 vote
When using sendassetfrom, how does it validate the transaction? Like for raw transactions, you have to signrawtransaction and sendrawtransaction validates it before broadcasting to the network according to api documentation.
asked Aug 14, 2017 by veronica

1 Answer

+1 vote
 
Best answer
If you use one of these high level APIs, all of the signing and validation is automatically handled for you. It's essentially an easier interface than raw transactions, but the steps are the same.
answered Aug 14, 2017 by MultiChain
selected Aug 14, 2017 by veronica
...