ABCIQueryRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use aBCIQueryRequestDescriptor instead')
const ABCIQueryRequest$json = {
  '1': 'ABCIQueryRequest',
  '2': [
    {'1': 'data', '3': 1, '4': 1, '5': 12, '10': 'data'},
    {'1': 'path', '3': 2, '4': 1, '5': 9, '10': 'path'},
    {'1': 'height', '3': 3, '4': 1, '5': 3, '10': 'height'},
    {'1': 'prove', '3': 4, '4': 1, '5': 8, '10': 'prove'},
  ],
};