pub trait GetDefaultMaxTxFee {
    fn get_default_max_tx_fee(&mut self) -> Amount;
}

Required Methods§

| Get max tx fee. |

Implementors§