I use a RPC client (Java Spring Boot application) to connect to a Corda 4.6 node. I want to run a custom vault query with the following query criteria: This is very similar to the example from the Corda documentation. However, I just retrieve UNCONSUMED states. What could go wrong here? The following snippet is working, but I need an