Function: isResolvedStore()
function isResolvedStore(op): op is GStore<Claim>;
Checks if the operation is a resolved store operation.
Parameters
• op: ResolvedOperation
The operation to check.
Returns
op is GStore<Claim>
True if the operation is a resolved store operation, false otherwise.