pub trait Unlock {
    fn unlock(
        &mut self,
        wallet_passphrase: &SecureString,
        accept_no_keys: Option<bool>
    ) -> bool; }

Required Methods§

| Unlock wallet. |

Implementors§