cosmos-sdk/types/query
Anil Kumar Kammari 0f0723dd78
Add filtered pagination (#6514)
* Add filtered pagination

* Add example for filtered pagination

* Fix typo

* Fix counter

* Fix paginate

* fix accumulate

* Fix example

* rename count to numHits

* Add default PageRequest

* Add tests for filtered pagination

* Fix filteredPaginate tests

* Add test cases

* Add example for filtered pagination

* Add more test case

* Add iterate error

* Add error check for iterator

* Update godoc

* Update godoc

Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2020-07-01 14:04:26 +00:00
..
filtered_pagination.go Add filtered pagination (#6514) 2020-07-01 14:04:26 +00:00
filtered_pagination_test.go Add filtered pagination (#6514) 2020-07-01 14:04:26 +00:00
pagination.go Add filtered pagination (#6514) 2020-07-01 14:04:26 +00:00
pagination.pb.go Add pagination (#6452) 2020-06-20 23:44:04 +00:00
pagination_test.go Add filtered pagination (#6514) 2020-07-01 14:04:26 +00:00