Function: extractContractArgs()
function extractContractArgs(contextTx): ResolvedOperation[];
Function to extract the contract arguments from a transaction context.
Parameters
• contextTx: L2TxResolved
The transaction context.
Returns
The contract arguments.