Can you use certain multichain functions offline?

+1 vote
Can you use functions like createrawtransaction offline? If so, how?

I want to create and sign transactions offline, then broadcast them onto the chain.
asked Aug 23, 2017 by veronica

1 Answer

0 votes

It depends on what you mean by 'offline'. You can certainly use MultiChain's APIs if it is not connected to any other nodes (e.g. due to a network disconnection) but you still need MultiChain to be running. In any event, except from sendrawtransaction, none of the raw transaction APIs do anything that affects the blockchain, so they are all offline operations in that sense.

answered Aug 23, 2017 by MultiChain
...