maxBlockHeaderPayload top-level constant
int
const maxBlockHeaderPayload
Maximum number of bytes a block header can be. Version 4 bytes + Timestamp 4 bytes + Bits 4 bytes + Nonce 4 bytes + PrevBlock and MerkleRoot hashes (32 bytes each).
Implementation
const int maxBlockHeaderPayload = 16 + (hashSize * 2);