Part of https://github.com/cosmos/cosmos-sdk/issues/11970 Add value renderers for Coin and Coins, as defined in ADR-050. Only the `Format` method is needed for now, the `Parse` one can be left for later. - [ ] Add both `Coin` and `Coins` implementation - [ ] Make sure state query for coin metadata works. - [ ] Use shared test vectors with CosmJS https://github.com/cosmos/cosmjs/pull/1147
Part of #11970
Add value renderers for Coin and Coins, as defined in ADR-050. Only the
Formatmethod is needed for now, theParseone can be left for later.CoinandCoinsimplementation