SigningOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use signingOutputDescriptor instead')
const SigningOutput$json = {
  '1': 'SigningOutput',
  '2': [
    {'1': 'algorithm', '3': 1, '4': 1, '5': 13, '10': 'algorithm'},
    {'1': 'signature', '3': 2, '4': 1, '5': 12, '10': 'signature'},
    {'1': 'raw', '3': 3, '4': 1, '5': 9, '10': 'raw'},
  ],
};