//! Implements fee calculation. The fee structure of HoloFuel may change over time, but not between
//! roll-outs of new HoloFuel DNAs. Therefore, its values and limits can be hard-coded here.
use crateFuelError;
use crateFraction;
use crateFuel;
// ==> 1.0% fee
pub const FEE_PERCENTAGE: Fraction = Fraction ;
/// tabulate_fee -- compute simple Transaction Fee from amount-based tables