Function: getOriginalCall()
function getOriginalCall(contextTx): CwebCallRefResolved;
Gets the original call operation from the context transaction.
Parameters
• contextTx: L2TxResolved
The context transaction to get the call from.
Returns
The original call operation.
Throws
Will throw an error if the call operation is not found.