Skip to content

Accept &QuerierWrapper not &Querier in helpers #390

@ethanfrey

Description

@ethanfrey

This has come up a few times and it seems to not be so usable currently. Most code has Deps or DepsMut, which contains &QuerierWrapper. However, the helpers want a Querier only to later cast it to a QuerierWrapper.

That plus the generic Q: Querier condition makes it very hard to use. Let's make these easier to use. (All of them, not just the cw721 in the example)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions