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

Required Methods§

source

fn have_watch_only(&mut self) -> bool

| Return whether wallet has watch only | keys. |

Implementors§