SendRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use sendRequestDescriptor instead')
const SendRequest$json = {
  '1': 'SendRequest',
  '2': [
    {'1': 'email', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'email'},
    {'1': 'wallet_id', '3': 5, '4': 1, '5': 9, '9': 0, '10': 'walletId'},
    {'1': 'did_uri', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'didUri'},
    {'1': 'phone_number', '3': 7, '4': 1, '5': 9, '9': 0, '10': 'phoneNumber'},
    {
      '1': 'send_notification',
      '3': 4,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'sendNotification'
    },
    {'1': 'document_json', '3': 100, '4': 1, '5': 9, '10': 'documentJson'},
  ],
  '8': [
    {'1': 'delivery_method'},
  ],
  '9': [
    {'1': 2, '2': 3},
    {'1': 3, '2': 4},
  ],
  '10': ['didcomm_invitation_json'],
};