pub trait WalletCanGetAddresses {
// Required method
fn can_get_addresses(&mut self) -> bool;
}
Required Methods§
sourcefn can_get_addresses(&mut self) -> bool
fn can_get_addresses(&mut self) -> bool
| Return whether the wallet is blank. |