pub trait HaveWatchOnly {
// Required method
fn have_watch_only(&mut self) -> bool;
}
Required Methods§
sourcefn have_watch_only(&mut self) -> bool
fn have_watch_only(&mut self) -> bool
| Return whether wallet has watch only | keys. |