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
In msg struct, we use cosmwasm Addr type sometimes for address field but we also use rust built in String as well, we should consolidate into 1 to avoid confusion.
Look at mars or astroport contract for reference.
The text was updated successfully, but these errors were encountered:
In msg struct, we use cosmwasm
Addr
type sometimes for address field but we also use rust built inString
as well, we should consolidate into 1 to avoid confusion.Look at mars or astroport contract for reference.
The text was updated successfully, but these errors were encountered: