pub trait HaveWatchOnly {
    fn have_watch_only(&mut self) -> bool;
}

Required Methods§

| Return whether wallet has watch only | keys. |

Implementors§