Function: isResolvedBlock()
function isResolvedBlock(op): op is GBlock<ResolvedBlock>;
Checks if the operation is a resolved block operation.
Parameters
• op: ResolvedOperation
The operation to check.
Returns
op is GBlock<ResolvedBlock>
True if the operation is a resolved block operation, false otherwise.