CommitSig$json top-level constant

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

Implementation

@$core.Deprecated('Use commitSigDescriptor instead')
const CommitSig$json = const {
  '1': 'CommitSig',
  '2': const [
    const {'1': 'block_id_flag', '3': 1, '4': 1, '5': 14, '6': '.tendermint.types.BlockIDFlag', '10': 'blockIdFlag'},
    const {'1': 'validator_address', '3': 2, '4': 1, '5': 12, '10': 'validatorAddress'},
    const {'1': 'timestamp', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'timestamp'},
    const {'1': 'signature', '3': 4, '4': 1, '5': 12, '10': 'signature'},
  ],
};