pub trait WalletGetNewDestination {
    fn get_new_destination(
        &mut self,
        ty: OutputType,
        label: String,
        dest: &mut TxDestination,
        error: &mut BilingualStr
    ) -> bool; }

Required Methods§

| Get a new address. |

Implementors§