Function: extractRead()
function extractRead(op): IssuedClaim[] | null;
Extracts the results of a read operation from a resolved operation.
Parameters
• op: ResolvedOperation
The resolved operation to extract from.
Returns
IssuedClaim
[] | null
The results of the read operation if it exists, null otherwise.