pub fn check_coinbase_maturity( spend_height: u64, utxo_creation_height: u64, is_coinbase: bool, ) -> bool
CheckCoinbaseMaturity: spend of coinbase output at height h valid iff h ≥ creation_height + R.