pub trait EncryptWallet {
// Required method
fn encrypt_wallet(&mut self, wallet_passphrase: &SecureString) -> bool;
}
pub trait EncryptWallet {
// Required method
fn encrypt_wallet(&mut self, wallet_passphrase: &SecureString) -> bool;
}