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
Summary We should be able to filter transactions by reference
Solution proposal
GET /:ledger/transactions?reference=1234
Expected behavior
curl -X POST -H "Content-Type: application/json" http://localhost:3068/test-01/transactions -d \ '{ "postings": [ { "source": "world", "destination": "test:001", "amount": 100, "asset": "USD/2" } ], "reference": "foobar" }' curl -X GET http://localhost:3068/test-01/transactions?reference=foobar | jq . # ^ should return the transaction
The text was updated successfully, but these errors were encountered:
fix: add proper version for gateway for local dev and bump deps (#55)
494f08d
abbe9de
cf90f7f
820da41
791c69d
NumaryBot
No branches or pull requests
Summary
We should be able to filter transactions by reference
Solution proposal
Expected behavior
The text was updated successfully, but these errors were encountered: