pub fn halving_divisor(height: Height, network: &Network) -> Option<u64>
The divisor used for halvings.
1 << Halving(height), as described in protocol specification ยง7.8
1 << Halving(height)
Returns None if the divisor would overflow a u64.
None
u64