pub trait GetNewChangeDestination {
// Required method
fn get_new_change_destination(
&mut self,
ty: OutputType,
dest: &mut TxDestination,
error: &mut BilingualStr
) -> bool;
}
pub trait GetNewChangeDestination {
// Required method
fn get_new_change_destination(
&mut self,
ty: OutputType,
dest: &mut TxDestination,
error: &mut BilingualStr
) -> bool;
}