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