pub fn get_minimum_fee(
    wallet: &Wallet,
    n_tx_bytes: u32,
    coin_control: &CoinControl,
    fee_calc: *mut FeeCalculation
) -> Amount
Expand description

| Estimate the minimum fee considering | user set parameters and the required | fee |