Skip to content

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

@webmaster128

Description

@webmaster128

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions