You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| array.uint | uints | no | []uint64 | List of unsigned integers types |
44
-
| coin | - | no | sdk.Coin | Cosmos SDK coin type |
45
-
| array.coin | coins | no | sdk.Coins | List of Cosmos SDK coin types |
46
-
47
-
Field Usage:
48
-
- fieldName
49
-
- fieldName:fieldType
50
-
51
-
If no :fieldType, default (string) is used
32
+
statusScaffolding="Scaffolding..."
33
+
multipleCoinDisclaimer=`**Disclaimer**
34
+
The 'coins' and 'dec.coins' argument types require special attention when used in CLI commands.
35
+
Due to current limitations in the AutoCLI, only one variadic (slice) argument is supported per command.
36
+
If a message contains more than one field of type 'coins' or 'dec.coins', only the last one will accept multiple values via the CLI.
37
+
For the best user experience, manual command handling or scaffolding is recommended when working with messages containing multiple 'coins' or 'dec.coins' fields.
0 commit comments