RpcCommandOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcCommandOptionsDescriptor instead')
const RpcCommandOptions$json = {
  '1': 'RpcCommandOptions',
  '2': [
    {'1': 'rpc_method', '3': 1, '4': 1, '5': 9, '10': 'rpcMethod'},
    {'1': 'use', '3': 2, '4': 1, '5': 9, '10': 'use'},
    {'1': 'long', '3': 3, '4': 1, '5': 9, '10': 'long'},
    {'1': 'short', '3': 4, '4': 1, '5': 9, '10': 'short'},
    {'1': 'example', '3': 5, '4': 1, '5': 9, '10': 'example'},
    {'1': 'alias', '3': 6, '4': 3, '5': 9, '10': 'alias'},
    {'1': 'suggest_for', '3': 7, '4': 3, '5': 9, '10': 'suggestFor'},
    {'1': 'deprecated', '3': 8, '4': 1, '5': 9, '10': 'deprecated'},
    {'1': 'version', '3': 9, '4': 1, '5': 9, '10': 'version'},
    {'1': 'flag_options', '3': 10, '4': 3, '5': 11, '6': '.cosmos.autocli.v1.RpcCommandOptions.FlagOptionsEntry', '10': 'flagOptions'},
    {'1': 'positional_args', '3': 11, '4': 3, '5': 11, '6': '.cosmos.autocli.v1.PositionalArgDescriptor', '10': 'positionalArgs'},
    {'1': 'skip', '3': 12, '4': 1, '5': 8, '10': 'skip'},
  ],
  '3': [RpcCommandOptions_FlagOptionsEntry$json],
};