SearchBlocksResult$json top-level constant

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

Implementation

@$core.Deprecated('Use searchBlocksResultDescriptor instead')
const SearchBlocksResult$json = {
  '1': 'SearchBlocksResult',
  '2': [
    {'1': 'total_count', '3': 1, '4': 1, '5': 3, '10': 'totalCount'},
    {'1': 'count', '3': 2, '4': 1, '5': 3, '10': 'count'},
    {'1': 'page_number', '3': 3, '4': 1, '5': 3, '10': 'pageNumber'},
    {'1': 'page_total', '3': 4, '4': 1, '5': 3, '10': 'pageTotal'},
    {'1': 'limit', '3': 5, '4': 1, '5': 3, '10': 'limit'},
    {'1': 'blocks', '3': 6, '4': 3, '5': 11, '6': '.tendermint.types.Block', '10': 'blocks'},
  ],
  '7': {},
};