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 = {
  '1': 'BlockHeader',
  '2': [
    {'1': 'headerId', '3': 12, '4': 1, '5': 11, '6': '.co.topl.consensus.models.BlockId', '10': 'headerId'},
    {'1': 'parentHeaderId', '3': 1, '4': 1, '5': 11, '6': '.co.topl.consensus.models.BlockId', '8': {}, '10': 'parentHeaderId'},
    {'1': 'parentSlot', '3': 2, '4': 1, '5': 4, '10': 'parentSlot'},
    {'1': 'txRoot', '3': 3, '4': 1, '5': 12, '8': {}, '10': 'txRoot'},
    {'1': 'bloomFilter', '3': 4, '4': 1, '5': 12, '8': {}, '10': 'bloomFilter'},
    {'1': 'timestamp', '3': 5, '4': 1, '5': 4, '10': 'timestamp'},
    {'1': 'height', '3': 6, '4': 1, '5': 4, '10': 'height'},
    {'1': 'slot', '3': 7, '4': 1, '5': 4, '10': 'slot'},
    {'1': 'eligibilityCertificate', '3': 8, '4': 1, '5': 11, '6': '.co.topl.consensus.models.EligibilityCertificate', '8': {}, '10': 'eligibilityCertificate'},
    {'1': 'operationalCertificate', '3': 9, '4': 1, '5': 11, '6': '.co.topl.consensus.models.OperationalCertificate', '8': {}, '10': 'operationalCertificate'},
    {'1': 'metadata', '3': 10, '4': 1, '5': 12, '8': {}, '10': 'metadata'},
    {'1': 'address', '3': 11, '4': 1, '5': 11, '6': '.co.topl.consensus.models.StakingAddress', '8': {}, '10': 'address'},
    {'1': 'version', '3': 13, '4': 1, '5': 11, '6': '.co.topl.consensus.models.ProtocolVersion', '8': {}, '10': 'version'},
  ],
};