EpochState$json top-level constant

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

Implementation

@$core.Deprecated('Use epochStateDescriptor instead')
const EpochState$json = const {
  '1': 'EpochState',
  '2': const [
    const {'1': 'epoch', '3': 1, '4': 1, '5': 4, '10': 'epoch'},
    const {'1': 'tax_reward', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'taxReward'},
    const {'1': 'seigniorage_reward', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'seigniorageReward'},
    const {'1': 'total_staked_luna', '3': 4, '4': 1, '5': 9, '8': const {}, '10': 'totalStakedLuna'},
  ],
};