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 = const {
  '1': 'Withdraw',
  '2': const [
    const {
      '1': 'staking_address',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'stakingAddress'
    },
    const {
      '1': 'withdraw_amount',
      '3': 2,
      '4': 1,
      '5': 4,
      '10': 'withdrawAmount'
    },
  ],
};