bank: name and symbol metadata fields (#8677)

* bank: name and symbol metadata fields

* cli test

* changelog
This commit is contained in:
Federico Kunze
2021-02-24 20:06:04 -03:00
committed by GitHub
parent 77668a3c23
commit 149bed48fd
11 changed files with 243 additions and 38 deletions
+2
View File
@@ -1711,6 +1711,8 @@ a basic token.
| `denom_units` | [DenomUnit](#cosmos.bank.v1beta1.DenomUnit) | repeated | denom_units represents the list of DenomUnit's for a given coin |
| `base` | [string](#string) | | base represents the base denom (should be the DenomUnit with exponent = 0). |
| `display` | [string](#string) | | display indicates the suggested denom that should be displayed in clients. |
| `name` | [string](#string) | | name defines the name of the token (eg: Cosmos Atom) |
| `symbol` | [string](#string) | | symbol is the token symbol usually shown on exchanges (eg: ATOM). This can be the same as the display. |