pub trait GetAvailableBalance {
    fn get_available_balance(&mut self, coin_control: &CoinControl) -> Amount;
}

Required Methods§

Implementors§