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

Required Methods§

Implementors§