Function: getSkipAuthClaim()
function getSkipAuthClaim(contextTx): boolean;
Function to get the skip authentication claim from a transaction context.
Parameters
• contextTx: L2TxResolved
The transaction context.
Returns
boolean
The skip authentication claim.
Throws
Will throw an error if the provided authentication DataOp for contract execution is not found.