Function: getContractArguments()
function getContractArguments(contextTx): ResolvedOperation[];
Function to get the arguments of a contract from the context of a transaction.
Parameters
• contextTx: L2TxResolved
The context of the transaction.
Returns
The arguments of the contract as an array of ResolvedOperation.