pub trait CanGetAddresses {
// Required method
fn can_get_addresses(&self, internal: Option<bool>) -> bool;
}
Required Methods§
sourcefn can_get_addresses(&self, internal: Option<bool>) -> bool
fn can_get_addresses(&self, internal: Option<bool>) -> bool
| Returns true if the wallet can give out | new addresses. This means it has keys | in the keypool or can generate new keys |