pub trait GetLabelAddresses {
    // Required method
    fn get_label_addresses(&self, label: &String) -> HashSet<TxDestination>;
}

Required Methods§

source

fn get_label_addresses(&self, label: &String) -> HashSet<TxDestination>

Implementors§