VerificationKey$json top-level constant

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

Implementation

@$core.Deprecated('Use verificationKeyDescriptor instead')
const VerificationKey$json = {
  '1': 'VerificationKey',
  '2': [
    {'1': 'ed25519', '3': 1, '4': 1, '5': 11, '6': '.quivr.models.VerificationKey.Ed25519Vk', '9': 0, '10': 'ed25519'},
    {'1': 'extendedEd25519', '3': 2, '4': 1, '5': 11, '6': '.quivr.models.VerificationKey.ExtendedEd25519Vk', '9': 0, '10': 'extendedEd25519'},
  ],
  '3': [VerificationKey_Ed25519Vk$json, VerificationKey_ExtendedEd25519Vk$json],
  '8': [
    {'1': 'vk', '2': {}},
  ],
};