mars-protocol / cw-asset

A unified representation of various types of Cosmos fungible assets, and helper functions for interacting with them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stringification of empty `AssetList`

larry0x opened this issue · comments

commented

Currently an empty AssetList stringifies to an empty string. Should output something more informative instead, such as [] or none

commented

implemented in e96c04f