RpcBlockHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcBlockHeaderDescriptor instead')
const RpcBlockHeader$json = const {
  '1': 'RpcBlockHeader',
  '2': const [
    const {'1': 'version', '3': 1, '4': 1, '5': 13, '10': 'version'},
    const {'1': 'parents', '3': 12, '4': 3, '5': 11, '6': '.protowire.RpcBlockLevelParents', '10': 'parents'},
    const {'1': 'hashMerkleRoot', '3': 3, '4': 1, '5': 9, '10': 'hashMerkleRoot'},
    const {'1': 'acceptedIdMerkleRoot', '3': 4, '4': 1, '5': 9, '10': 'acceptedIdMerkleRoot'},
    const {'1': 'utxoCommitment', '3': 5, '4': 1, '5': 9, '10': 'utxoCommitment'},
    const {'1': 'timestamp', '3': 6, '4': 1, '5': 3, '10': 'timestamp'},
    const {'1': 'bits', '3': 7, '4': 1, '5': 13, '10': 'bits'},
    const {'1': 'nonce', '3': 8, '4': 1, '5': 4, '10': 'nonce'},
    const {'1': 'daaScore', '3': 9, '4': 1, '5': 4, '10': 'daaScore'},
    const {'1': 'blueWork', '3': 10, '4': 1, '5': 9, '10': 'blueWork'},
    const {'1': 'pruningPoint', '3': 14, '4': 1, '5': 9, '10': 'pruningPoint'},
    const {'1': 'blueScore', '3': 13, '4': 1, '5': 4, '10': 'blueScore'},
  ],
};