Trait bitcoinwallet_interface::Unlock
source · pub trait Unlock {
// Required method
fn unlock(
&mut self,
wallet_passphrase: &SecureString,
accept_no_keys: Option<bool>
) -> bool;
}
pub trait Unlock {
// Required method
fn unlock(
&mut self,
wallet_passphrase: &SecureString,
accept_no_keys: Option<bool>
) -> bool;
}