pub fn calculate_eth_cost(gas_price_in_wei_per_gas: u64, gas_used: u64) -> f64
Calculates the cost of a transaction in ETH.