You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we implement cosmwasm_std::Querier for App we can construct a QuerierWrapper around it and pass it into the query functions defined on a contract helper struct, for example here.
See this commit for an idea of how it could be done.
The text was updated successfully, but these errors were encountered:
If we implement
cosmwasm_std::Querier
forApp
we can construct aQuerierWrapper
around it and pass it into the query functions defined on a contract helper struct, for example here.See this commit for an idea of how it could be done.
The text was updated successfully, but these errors were encountered: