LightClientAttackEvidence$json top-level constant

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

Implementation

@$core.Deprecated('Use lightClientAttackEvidenceDescriptor instead')
const LightClientAttackEvidence$json = const {
  '1': 'LightClientAttackEvidence',
  '2': const [
    const {'1': 'conflicting_block', '3': 1, '4': 1, '5': 11, '6': '.tendermint.types.LightBlock', '10': 'conflictingBlock'},
    const {'1': 'common_height', '3': 2, '4': 1, '5': 3, '10': 'commonHeight'},
    const {'1': 'byzantine_validators', '3': 3, '4': 3, '5': 11, '6': '.tendermint.types.Validator', '10': 'byzantineValidators'},
    const {'1': 'total_voting_power', '3': 4, '4': 1, '5': 3, '10': 'totalVotingPower'},
    const {'1': 'timestamp', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'timestamp'},
  ],
};