pub trait HaveWatchOnly {
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. |
pub trait HaveWatchOnly {
fn have_watch_only(&mut self) -> bool;
}| Return whether wallet has watch only | keys. |