pub trait MarkDestinationsDirty {
    // Required method
    fn mark_destinations_dirty(&mut self, destinations: &HashSet<TxDestination>);
}

Required Methods§

source

fn mark_destinations_dirty(&mut self, destinations: &HashSet<TxDestination>)

Implementors§