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
You cannot get all of your claimable balances through the Stellar Go SDK.
This is just an example; many operations seem affected by this.
limit and paging/cursor supported within all operations, starting with horizonclient/operation_request
You can create your own http.Get() request with a url you parsed yourself.
The text was updated successfully, but these errors were encountered:
i added a fix for this here: #4248 in dfb520f
Sorry, something went wrong.
No branches or pull requests
What problem does your feature solve?
You cannot get all of your claimable balances through the Stellar Go SDK.
This is just an example; many operations seem affected by this.
What would you like to see?
limit and paging/cursor supported within all operations, starting with horizonclient/operation_request
What alternatives are there?
You can create your own http.Get() request with a url you parsed yourself.
The text was updated successfully, but these errors were encountered: