Withdraw$json top-level constant

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

Implementation

@$core.Deprecated('Use withdrawDescriptor instead')
const Withdraw$json = {
  '1': 'Withdraw',
  '2': [
    {
      '1': 'asset',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.LiquidStaking.Proto.Asset',
      '10': 'asset'
    },
    {'1': 'amount', '3': 2, '4': 1, '5': 9, '10': 'amount'},
    {'1': 'idx', '3': 3, '4': 1, '5': 9, '10': 'idx'},
  ],
};