ProofSpec$json top-level constant

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

Implementation

@$core.Deprecated('Use proofSpecDescriptor instead')
const ProofSpec$json = const {
  '1': 'ProofSpec',
  '2': const [
    const {'1': 'leaf_spec', '3': 1, '4': 1, '5': 11, '6': '.ics23.LeafOp', '10': 'leafSpec'},
    const {'1': 'inner_spec', '3': 2, '4': 1, '5': 11, '6': '.ics23.InnerSpec', '10': 'innerSpec'},
    const {'1': 'max_depth', '3': 3, '4': 1, '5': 5, '10': 'maxDepth'},
    const {'1': 'min_depth', '3': 4, '4': 1, '5': 5, '10': 'minDepth'},
  ],
};