AddCoinRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addCoinRequestDescriptor instead')
const AddCoinRequest$json = {
  '1': 'AddCoinRequest',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {'1': 'currency', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'currency'},
    {'1': 'salt', '3': 3, '4': 1, '5': 9, '10': 'salt'},
    {'1': 'wallet_type', '3': 4, '4': 1, '5': 14, '6': '.wallet.WalletType', '10': 'walletType'},
  ],
};