ServiceCommandDescriptor$json top-level constant

  1. @Deprecated('Use serviceCommandDescriptorDescriptor instead')
Map<String, Object> const ServiceCommandDescriptor$json

Implementation

@$core.Deprecated('Use serviceCommandDescriptorDescriptor instead')
const ServiceCommandDescriptor$json = {
  '1': 'ServiceCommandDescriptor',
  '2': [
    {'1': 'service', '3': 1, '4': 1, '5': 9, '10': 'service'},
    {'1': 'rpc_command_options', '3': 2, '4': 3, '5': 11, '6': '.cosmos.autocli.v1.RpcCommandOptions', '10': 'rpcCommandOptions'},
    {'1': 'sub_commands', '3': 3, '4': 3, '5': 11, '6': '.cosmos.autocli.v1.ServiceCommandDescriptor.SubCommandsEntry', '10': 'subCommands'},
  ],
  '3': [ServiceCommandDescriptor_SubCommandsEntry$json],
};