DeviceCredentials$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceCredentialsDescriptor instead')
const DeviceCredentials$json = {
  '1': 'DeviceCredentials',
  '2': [
    {'1': 'firmId', '3': 1, '4': 1, '5': 9, '10': 'firmId'},
    {'1': 'chainId', '3': 2, '4': 1, '5': 9, '10': 'chainId'},
    {'1': 'boutiqueId', '3': 3, '4': 1, '5': 9, '10': 'boutiqueId'},
    {'1': 'deviceId', '3': 4, '4': 1, '5': 9, '10': 'deviceId'},
    {'1': 'password', '3': 5, '4': 1, '5': 9, '10': 'password'},
  ],
};