#cosmwasm #cosmos #helper #storage #pagination #iterating #map

cw-paginate

Helper function for iterating CosmWasm storage maps with pagination

3 unstable releases

0.2.1 Feb 28, 2023
0.2.0 Jan 25, 2023
0.1.0 Jan 7, 2023

#17 in #iterating

Download history 710/week @ 2023-11-20 872/week @ 2023-11-27 603/week @ 2023-12-04 892/week @ 2023-12-11 709/week @ 2023-12-18 396/week @ 2023-12-25 294/week @ 2024-01-01 373/week @ 2024-01-08 370/week @ 2024-01-15 585/week @ 2024-01-22 587/week @ 2024-01-29 713/week @ 2024-02-05 1255/week @ 2024-02-12 625/week @ 2024-02-19 570/week @ 2024-02-26 684/week @ 2024-03-04

3,141 downloads per month
Used in 8 crates (2 directly)

Apache-2.0

6KB
76 lines

CW Paginate

This crate provides helper functions for iterating CosmWasm storage Maps and IndexedMaps.

How to use

TODO

Acknowledgement

Code in this crate is heavily inspired by a library that goes by the same name developed by DAO DAO.

License

Contents of this crate at or prior to version 0.2.0 are published under GNU Affero General Public License v3 or later; contents after the said version are published under Apache-2.0 license.

Dependencies

~3.5–5.5MB
~117K SLoC