BlockInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use blockInfoDescriptor instead')
const BlockInfo$json = {
  '1': 'BlockInfo',
  '2': [
    {'1': 'hash', '3': 1, '4': 1, '5': 12, '10': 'hash'},
    {'1': 'prev_hash', '3': 2, '4': 1, '5': 12, '10': 'prevHash'},
    {'1': 'height', '3': 3, '4': 1, '5': 5, '10': 'height'},
    {'1': 'n_bits', '3': 4, '4': 1, '5': 13, '10': 'nBits'},
    {'1': 'timestamp', '3': 5, '4': 1, '5': 3, '10': 'timestamp'},
    {'1': 'is_final', '3': 14, '4': 1, '5': 8, '10': 'isFinal'},
    {'1': 'block_size', '3': 6, '4': 1, '5': 4, '10': 'blockSize'},
    {'1': 'num_txs', '3': 7, '4': 1, '5': 4, '10': 'numTxs'},
    {'1': 'num_inputs', '3': 8, '4': 1, '5': 4, '10': 'numInputs'},
    {'1': 'num_outputs', '3': 9, '4': 1, '5': 4, '10': 'numOutputs'},
    {'1': 'sum_input_sats', '3': 10, '4': 1, '5': 3, '10': 'sumInputSats'},
    {
      '1': 'sum_coinbase_output_sats',
      '3': 11,
      '4': 1,
      '5': 3,
      '10': 'sumCoinbaseOutputSats'
    },
    {
      '1': 'sum_normal_output_sats',
      '3': 12,
      '4': 1,
      '5': 3,
      '10': 'sumNormalOutputSats'
    },
    {'1': 'sum_burned_sats', '3': 13, '4': 1, '5': 3, '10': 'sumBurnedSats'},
  ],
};