Function: extractDataVerified()
function extractDataVerified(op): IssuedClaim | null;
Extracts the verified data from a resolved operation.
Parameters
• op: ResolvedOperation
The resolved operation to extract from.
Returns
IssuedClaim
| null
The verified data if it exists, null otherwise.