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