Function: constructContinueTx()
function constructContinueTx(context, ops, calls?): NewTxContinue;
Creates a new transaction that is the continuation transaction that the invoker of the smart contract asked to be invoked.
This is somewhat similar to invoking the "then" or "catch" attached to a Promise.
Parameters
• context: Context
• ops: PreparedOperation
[]
The operations for the transaction.
• calls?: FullCallInfo
[]
Returns
A new transaction that continues with the given operations.