Skip to main content

GENESIS_BLOCK_HASH_INTERNAL

Constant GENESIS_BLOCK_HASH_INTERNAL 

Source
pub const GENESIS_BLOCK_HASH_INTERNAL: [u8; 32];
Expand description

Buried deployment heights (Core chainparams) for RPC / tooling without a direct blvm-consensus dep. Genesis block hash in internal / wire byte order.

Bitcoin displays block hashes with the leading zero bytes first (GENESIS_BLOCK_HASH). P2P messages (GetHeaders locators), block header prev_block_hash, and typical double_sha256(header) output use this reversed layout.