Constant zebra_chain::parameters::GENESIS_PREVIOUS_BLOCK_HASH
source ยท 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]
.)