feat:(textual) Add bool value renderer (#15863)

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Facundo Medica
2023-04-18 15:34:44 +00:00
committed by GitHub
co-authored by Simon Warta
parent 10d7d15f04
commit 8231841a89
4 changed files with 74 additions and 0 deletions
@@ -320,6 +320,10 @@ TestData object
> Signer: cosmos1abc
```
### bool
Boolean values are rendered as `True` or `False`.
### [ABANDONED] Custom `msg_title` instead of Msg `type_url`
_This paragraph is in the Annex for informational purposes only, and will be removed in a next update of the ADR._