Closed webmaster128 closed 3 years ago
We'll need this to serialize ContractResult<()> in the IBC code. The ok case is then serialized as { "ok": null }.
ContractResult<()>
{ "ok": null }
We'll need this to serialize
ContractResult<()>
in the IBC code. The ok case is then serialized as{ "ok": null }
.