pub trait GetAddress {
    fn get_address(
        &mut self,
        dest: &TxDestination,
        name: *mut String,
        is_mine: *mut IsMineType,
        purpose: *mut String
    ) -> bool; }

Required Methods§

| Look up address in wallet, return whether | exists. |

Implementors§