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

Required Methods§

source

fn get_new_destination( &mut self, ty: OutputType, dest: &mut TxDestination, error: &mut BilingualStr ) -> bool

Implementors§