cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
635 stars 328 forks source link

Add pagination option to bank query #1508

Closed AmitPr closed 8 months ago

AmitPr commented 8 months ago

We're running into cases on Kujira where allBalances needs to be paginated to retrieve all of the balances. Exposing this to make it easier for us to do so.