pub type Fee = Fee<Balance, FeeKey>;
enum Fee { Balance(u128), Key(FeeKey), }
The fee value itself.
The fee value is already stored and identified by a key.