RewardDestination$json top-level constant

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

Implementation

@$core.Deprecated('Use rewardDestinationDescriptor instead')
const RewardDestination$json = const {
  '1': 'RewardDestination',
  '2': const [
    const {'1': 'STAKED', '2': 0},
    const {'1': 'STASH', '2': 1},
    const {'1': 'CONTROLLER', '2': 2},
  ],
};