Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FlagFrom is the flag to set the from address with which to sign the transaction. FlagFrom = "from" // FlagOutput is the flag to set the output format. FlagOutput = "output" // FlagNoIndent is the flag to not indent the output. FlagNoIndent = "no-indent" )
This defines flag names that can be used in autocli.
View Source
const ( OutputFormatJSON = "json" OutputFormatText = "text" )
List of supported output formats
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.