pub const GENESIS_PREVIOUS_BLOCK_HASH: Hash;
Expand description

The previous block hash for the genesis block.

All known networks use the Bitcoin null value for the parent of the genesis block. (In Bitcoin, null is [0; 32].)