Envelope$json top-level constant

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

Implementation

@$core.Deprecated('Use envelopeDescriptor instead')
const Envelope$json = {
  '1': 'Envelope',
  '2': [
    {
      '1': 'public_key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.crypto.pb.PublicKey',
      '10': 'publicKey'
    },
    {'1': 'payload_type', '3': 2, '4': 1, '5': 12, '10': 'payloadType'},
    {'1': 'payload', '3': 3, '4': 1, '5': 12, '10': 'payload'},
    {'1': 'signature', '3': 5, '4': 1, '5': 12, '10': 'signature'},
  ],
};