VerifyProofResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use verifyProofResponseDescriptor instead')
const VerifyProofResponse$json = {
  '1': 'VerifyProofResponse',
  '2': [
    {'1': 'is_valid', '3': 1, '4': 1, '5': 8, '10': 'isValid'},
    {
      '1': 'validation_results',
      '3': 3,
      '4': 3,
      '5': 11,
      '6':
          '.services.verifiablecredentials.v1.VerifyProofResponse.ValidationResultsEntry',
      '10': 'validationResults'
    },
  ],
  '3': [VerifyProofResponse_ValidationResultsEntry$json],
  '9': [
    {'1': 2, '2': 3},
  ],
  '10': ['validation_messages'],
};