Is lock time implemented? If yes, what is the easiest way to create a transaction to use it in multichain?

+1 vote
asked May 2, 2017 by kakkoiiman

1 Answer

+1 vote

Lock time is supported by MultiChain at the node layer, but you can't create a transaction with non-zero locktime using the current APIs. So you would need to use createrawtransaction then use some external library to modify the appropriate transaction fields.

answered May 3, 2017 by MultiChain
...