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