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

Add Prefix::values and Map::values #48

Open
webmaster128 opened this issue Jun 30, 2023 · 0 comments
Open

Add Prefix::values and Map::values #48

webmaster128 opened this issue Jun 30, 2023 · 0 comments
Milestone

Comments

@webmaster128
Copy link
Member

Analogue to ::keys there are cases in which you want to iteratoe over values only. Having a dedicated API makes the usage easier since you don't need to map over the StdResult (.map(|res| res.map(|ok| ok.1))). Also newer versions of cosmwasm will make iterating over values only more efficient.

@webmaster128 webmaster128 added this to the 1.2 milestone Nov 13, 2023
@chipshort chipshort modified the milestones: 1.2, 2.0 Nov 14, 2023
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

2 participants