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
As there will be multiple encodings emerging in the CosmWasm ecosystem, calling serializers just to_vec and friends is insufficient to get a clue what is happening at the various nesting levels. Adding JSON in the name should solve that.
As there will be multiple encodings emerging in the CosmWasm ecosystem, calling serializers just
to_vec
and friends is insufficient to get a clue what is happening at the various nesting levels. Adding JSON in the name should solve that.cosmwasm_std::to_json_vec
,::to_json_binary
,::to_json_string
cosmwasm_std::to_vec
andcosmwasm_std::to_binary
Do the same for the derializers.
The text was updated successfully, but these errors were encountered: