OperationalCertificate$json top-level constant

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

Implementation

@$core.Deprecated('Use operationalCertificateDescriptor instead')
const OperationalCertificate$json = {
  '1': 'OperationalCertificate',
  '2': [
    {'1': 'parentVK', '3': 1, '4': 1, '5': 11, '6': '.co.topl.consensus.models.VerificationKeyKesProduct', '8': {}, '10': 'parentVK'},
    {'1': 'parentSignature', '3': 2, '4': 1, '5': 11, '6': '.co.topl.consensus.models.SignatureKesProduct', '8': {}, '10': 'parentSignature'},
    {'1': 'childVK', '3': 3, '4': 1, '5': 12, '8': {}, '10': 'childVK'},
    {'1': 'childSignature', '3': 4, '4': 1, '5': 12, '8': {}, '10': 'childSignature'},
  ],
};