VoteInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use voteInfoDescriptor instead')
const VoteInfo$json = const {
  '1': 'VoteInfo',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.pactus.VoteType',
      '10': 'type'
    },
    const {'1': 'voter', '3': 2, '4': 1, '5': 9, '10': 'voter'},
    const {'1': 'block_hash', '3': 3, '4': 1, '5': 9, '10': 'blockHash'},
    const {'1': 'round', '3': 4, '4': 1, '5': 5, '10': 'round'},
    const {'1': 'cp_round', '3': 5, '4': 1, '5': 5, '10': 'cpRound'},
    const {'1': 'cp_value', '3': 6, '4': 1, '5': 5, '10': 'cpValue'},
  ],
};