BIP44Params$json top-level constant

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

Implementation

@$core.Deprecated('Use bIP44ParamsDescriptor instead')
const BIP44Params$json = {
  '1': 'BIP44Params',
  '2': [
    {'1': 'purpose', '3': 1, '4': 1, '5': 13, '10': 'purpose'},
    {'1': 'coin_type', '3': 2, '4': 1, '5': 13, '10': 'coinType'},
    {'1': 'account', '3': 3, '4': 1, '5': 13, '10': 'account'},
    {'1': 'change', '3': 4, '4': 1, '5': 8, '10': 'change'},
    {'1': 'address_index', '3': 5, '4': 1, '5': 13, '10': 'addressIndex'},
  ],
  '7': {},
};