Vote$json top-level constant

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

Implementation

@$core.Deprecated('Use voteDescriptor instead')
const Vote$json = const {
  '1': 'Vote',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.tendermint.types.SignedMsgType', '10': 'type'},
    const {'1': 'height', '3': 2, '4': 1, '5': 3, '10': 'height'},
    const {'1': 'round', '3': 3, '4': 1, '5': 5, '10': 'round'},
    const {'1': 'block_id', '3': 4, '4': 1, '5': 11, '6': '.tendermint.types.BlockID', '8': const {}, '10': 'blockId'},
    const {'1': 'timestamp', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'timestamp'},
    const {'1': 'validator_address', '3': 6, '4': 1, '5': 12, '10': 'validatorAddress'},
    const {'1': 'validator_index', '3': 7, '4': 1, '5': 5, '10': 'validatorIndex'},
    const {'1': 'signature', '3': 8, '4': 1, '5': 12, '10': 'signature'},
  ],
};