Function: extractBlock()
function extractBlock(op): [BlockFilter, boolean][] | null;
Extracts the result of a block operation from a resolved operation.
Parameters
• op: ResolvedOperation
The resolved operation to extract from.
Returns
[BlockFilter
, boolean
][] | null
The result of the block operation if it exists, null otherwise.