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

Required Methods§

source

fn encrypt_wallet(&mut self, wallet_passphrase: &SecureString) -> bool

Implementors§