We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The only queries in the samples are getting all states by class or using LinearStateQueryCriteria to get via id.
There are lots of other different query options available https://docs.corda.net/docs/corda-os/4.8/api-vault-query.html#querycriteria-interface
The documentation is lacking in how to do some of these which has caused confusion: https://stackoverflow.com/q/60342424/1000011
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The only queries in the samples are getting all states by class or using LinearStateQueryCriteria to get via id.
There are lots of other different query options available
https://docs.corda.net/docs/corda-os/4.8/api-vault-query.html#querycriteria-interface
The documentation is lacking in how to do some of these which has caused confusion:
https://stackoverflow.com/q/60342424/1000011
The text was updated successfully, but these errors were encountered: