signedCommand$json top-level constant

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

Implementation

@$core.Deprecated('Use signedCommandDescriptor instead')
const signedCommand$json = {
  '1': 'SignedCommand',
  '2': [
    {'1': 'command', '3': 1, '4': 2, '5': 11, '6': '.dfu.Command', '10': 'command'},
    {'1': 'signature_type', '3': 2, '4': 2, '5': 14, '6': '.dfu.SignatureType', '10': 'signatureType'},
    {'1': 'signature', '3': 3, '4': 2, '5': 12, '10': 'signature'},
  ],
};