ConsensusInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use consensusInfoDescriptor instead')
const ConsensusInfo$json = const {
  '1': 'ConsensusInfo',
  '2': const [
    const {'1': 'address', '3': 1, '4': 1, '5': 9, '10': 'address'},
    const {'1': 'active', '3': 2, '4': 1, '5': 8, '10': 'active'},
    const {'1': 'height', '3': 3, '4': 1, '5': 13, '10': 'height'},
    const {'1': 'round', '3': 4, '4': 1, '5': 5, '10': 'round'},
    const {
      '1': 'votes',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.pactus.VoteInfo',
      '10': 'votes'
    },
  ],
};