Skip to content
New issue

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

Allow queries by start_seq=ledger_index + tx_index on /v2/accounts/account/payments #94

Open
offlinehacker opened this issue Jan 22, 2016 · 0 comments

Comments

@offlinehacker
Copy link

When we are processing payments, we don't want to miss transactions, so we are paginating by start time, because this is currently the simplest way to do. We also store last ledger_index and tx_index to skip any transactions that could occur at the same time. It would be nice if it would be possible to query all account payments that start at some ledger_index + tx_index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant