WithdrawRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use withdrawRequestDescriptor instead')
const WithdrawRequest$json = {
  '1': 'WithdrawRequest',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {'1': 'to_address', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'toAddress'},
    {'1': 'amount', '3': 3, '4': 1, '5': 1, '8': {}, '10': 'amount'},
    {'1': 'pair', '3': 4, '4': 1, '5': 14, '6': '.payment.CurrencyPair', '8': {}, '10': 'pair'},
  ],
};