compute_fee

Function compute_fee 

Source
pub fn compute_fee(gas: &u64) -> u64
Expand description

Auxiliary function to compute the corresponding fee value for the provided gas.

Currently we simply divide the gas value by 100.