Message_SetWithdrawAddress$json top-level constant

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

Implementation

@$core.Deprecated('Use messageDescriptor instead')
const Message_SetWithdrawAddress$json = {
  '1': 'SetWithdrawAddress',
  '2': [
    {
      '1': 'delegator_address',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'delegatorAddress'
    },
    {'1': 'withdraw_address', '3': 2, '4': 1, '5': 9, '10': 'withdrawAddress'},
    {'1': 'type_prefix', '3': 3, '4': 1, '5': 9, '10': 'typePrefix'},
  ],
};