BlockHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use blockHeaderDescriptor instead')
const BlockHeader$json = const {
  '1': 'BlockHeader',
  '2': const [
    const {'1': 'timestamp', '3': 1, '4': 1, '5': 3, '10': 'timestamp'},
    const {'1': 'tx_trie_root', '3': 2, '4': 1, '5': 12, '10': 'txTrieRoot'},
    const {'1': 'parent_hash', '3': 3, '4': 1, '5': 12, '10': 'parentHash'},
    const {'1': 'number', '3': 7, '4': 1, '5': 3, '10': 'number'},
    const {
      '1': 'witness_address',
      '3': 9,
      '4': 1,
      '5': 12,
      '10': 'witnessAddress'
    },
    const {'1': 'version', '3': 10, '4': 1, '5': 5, '10': 'version'},
  ],
};