Optional
data: PartialMessage<ServiceCommandDescriptor>rpc_command_options are options for commands generated from rpc methods. If no options are specified for a given rpc method on the service, a command will be generated for that method with the default options.
service is the fully qualified name of the protobuf service to build the command from. It can be left empty if sub_commands are used instead which may be the case if a module provides multiple tx and/or query services.
sub_commands is a map of optional sub-commands for this command based on different protobuf services. The map key is used as the name of the sub-command.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
ServiceCommandDescriptor describes a CLI command based on a protobuf service.
Generated
from message cosmos.autocli.v1.ServiceCommandDescriptor