pub trait IsAddressUsed {
    // Required method
    fn is_address_used(&self, dest: &TxDestination) -> bool;
}

Required Methods§

Implementors§