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