Commit$json top-level constant

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

Implementation

@$core.Deprecated('Use commitDescriptor instead')
const Commit$json = const {
  '1': 'Commit',
  '2': const [
    const {'1': 'height', '3': 1, '4': 1, '5': 3, '10': 'height'},
    const {'1': 'round', '3': 2, '4': 1, '5': 5, '10': 'round'},
    const {'1': 'block_id', '3': 3, '4': 1, '5': 11, '6': '.tendermint.types.BlockID', '8': const {}, '10': 'blockId'},
    const {'1': 'signatures', '3': 4, '4': 3, '5': 11, '6': '.tendermint.types.CommitSig', '8': const {}, '10': 'signatures'},
  ],
};