Trait bitcoinwallet_interface::IsCrypted
source · pub trait IsCrypted {
fn is_crypted(&self) -> bool;
}Required Methods§
sourcefn is_crypted(&self) -> bool
fn is_crypted(&self) -> bool
| Return whether wallet is encrypted. |
pub trait IsCrypted {
fn is_crypted(&self) -> bool;
}| Return whether wallet is encrypted. |