WalletVersion$json top-level constant

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

Implementation

@$core.Deprecated('Use walletVersionDescriptor instead')
const WalletVersion$json = {
  '1': 'WalletVersion',
  '2': [
    {'1': 'WALLET_V3_R1', '2': 0},
    {'1': 'WALLET_V3_R2', '2': 1},
    {'1': 'WALLET_V4_R2', '2': 2},
    {'1': 'WALLET_V5_R1', '2': 3},
  ],
};