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
It is defined as Option<Binary>, but we always use Some(...).
There is no reason not to send one and this only makes confusion as came up with the cw1155 design.
Let's just make msg: Binary and update the apps to use it. (It is JSON compatible for all those who send with values)
The text was updated successfully, but these errors were encountered:
It is defined as
Option<Binary>
, but we always useSome(...)
.There is no reason not to send one and this only makes confusion as came up with the cw1155 design.
Let's just make
msg: Binary
and update the apps to use it. (It is JSON compatible for all those who send with values)The text was updated successfully, but these errors were encountered: