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)
This has come up a few times and it seems to not be so usable currently. Most code has
DepsorDepsMut, which contains&QuerierWrapper. However, the helpers want aQuerieronly to later cast it to aQuerierWrapper.That plus the generic
Q: Queriercondition makes it very hard to use. Let's make these easier to use. (All of them, not just the cw721 in the example)