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
A reference to the querier is passed to Migrate (&querier) as opposed to other wasmVM methods like Execute that receive querier as-is. Both Execute and Migrate expect the same querier type in their interface declaration.