BlockMeta$json top-level constant

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

Implementation

@$core.Deprecated('Use blockMetaDescriptor instead')
const BlockMeta$json = const {
  '1': 'BlockMeta',
  '2': const [
    const {'1': 'block_id', '3': 1, '4': 1, '5': 11, '6': '.tendermint.types.BlockID', '8': const {}, '10': 'blockId'},
    const {'1': 'block_size', '3': 2, '4': 1, '5': 3, '10': 'blockSize'},
    const {'1': 'header', '3': 3, '4': 1, '5': 11, '6': '.tendermint.types.Header', '8': const {}, '10': 'header'},
    const {'1': 'num_txs', '3': 4, '4': 1, '5': 3, '10': 'numTxs'},
  ],
};