CreateProofRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createProofRequestDescriptor instead')
const CreateProofRequest$json = {
  '1': 'CreateProofRequest',
  '2': [
    {
      '1': 'reveal_document_json',
      '3': 1,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'revealDocumentJson'
    },
    {
      '1': 'reveal_template',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.services.verifiablecredentials.v1.RevealTemplateAttributes',
      '9': 0,
      '10': 'revealTemplate'
    },
    {
      '1': 'verification_template_id',
      '3': 12,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'verificationTemplateId'
    },
    {'1': 'item_id', '3': 2, '4': 1, '5': 9, '9': 1, '10': 'itemId'},
    {
      '1': 'document_json',
      '3': 3,
      '4': 1,
      '5': 9,
      '9': 1,
      '10': 'documentJson'
    },
    {
      '1': 'use_verifiable_presentation',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'useVerifiablePresentation'
    },
    {'1': 'nonce', '3': 10, '4': 1, '5': 12, '8': {}, '10': 'nonce'},
  ],
  '8': [
    {'1': 'disclosure'},
    {'1': 'proof'},
  ],
};