Optional
data: PartialMessage<RpcCommandOptions>alias is an array of aliases that can be used instead of the first word in Use.
deprecated defines, if this command is deprecated and should print this string when used.
example is examples of how to use the command.
flag_options are options for flags generated from rpc request fields. By default all request fields are configured as flags. They can also be configured as positional args instead using positional_args.
long is the long message shown in the 'help
positional_args specifies positional arguments for the command.
rpc_method is short name of the protobuf rpc method that this command is generated from.
short is the short description shown in the 'help' output.
skip specifies whether to skip this rpc method when generating commands.
suggest_for is an array of command names for which this command will be suggested - similar to aliases but only suggests.
use is the one-line usage method. It also allows specifying an alternate name for the command as the first word of the usage text.
By default the name of an rpc command is the kebab-case short name of the rpc method.
version defines the version for this command. If this value is non-empty and the command does not define a "version" flag, a "version" boolean flag will be added to the command and, if specified, will print content of the "Version" variable. A shorthand "v" flag will also be added if the command does not define one.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
RpcCommandOptions specifies options for commands generated from protobuf rpc methods.
Generated
from message cosmos.autocli.v1.RpcCommandOptions