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
_By setting this environment variable, you don't need to pass `--rest` flag everytime for non-localhost Rest API
21
+
_By setting this environment variable, you don't need to pass `--rest` flag everytime for non-localhost Rest API_
22
22
23
23
#### Query account balance
24
24
@@ -194,7 +194,7 @@ _Assumption: no access list, not contract creation, Homestead, EIP-2028 (Istanbu
194
194
195
195
### Notes:
196
196
197
-
- Output messages are printed via stdout, while messages with prefixes `WARN:` and `ERR:` are printed via stderr. So for integration with other tools, to omit stderr, forward stdout only.
197
+
- Output messages are printed via stdout, while messages with prefixes `INF:``WARN:` and `ERR:` are printed via stderr. So for integration with other tools, to omit stderr, forward stdout only.
198
198
> Eg: `devd c a cosmos1... 1> /tmp/output.txt`
199
199
- When passing arguments into command via both argument and pipe, the argument will be used.
200
200
> Eg: `echo 123 | devd c d2h 456` will convert `456` to hexadecimal, not `123`.
0 commit comments