Skip to content

Commit

Permalink
docs(cli): update generated docs (#4172)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <[email protected]>
  • Loading branch information
github-actions[bot] and Pantani committed May 30, 2024
1 parent 8e0937d commit 8cea417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3576,8 +3576,8 @@ Currently supports:
| string | - | yes | string | Text type |
| array.string | strings | no | []string | List of text type |
| bool | - | yes | bool | Boolean type |
| int | - | yes | int32 | Integer type |
| array.int | ints | no | []int32 | List of integers types |
| int | - | yes | int64 | Integer type |
| array.int | ints | no | []int64 | List of integers types |
| uint | - | yes | uint64 | Unsigned integer type |
| array.uint | uints | no | []uint64 | List of unsigned integers types |
| coin | - | no | sdk.Coin | Cosmos SDK coin type |
Expand Down

0 comments on commit 8cea417

Please sign in to comment.