Function calculate_eth_cost

Source
pub fn calculate_eth_cost(gas_price_in_wei_per_gas: u64, gas_used: u64) -> f64
Expand description

Calculates the cost of a transaction in ETH.