pub trait DelAddressBook {
    // Required method
    fn del_address_book(&mut self, address: &TxDestination) -> bool;
}

Required Methods§

source

fn del_address_book(&mut self, address: &TxDestination) -> bool

| Remove address. |

Implementors§