wallet::CWallet::Unlock

Unlock the wallet using the given passphrase.

Synopsis

Declared in <wallet/wallet.h>

bool
Unlock(SecureString const& strWalletPassphrase);

Return Value

true if the passphrase was correct and the wallet is unlocked.

Parameters

NameDescription
strWalletPassphraseThe wallet passphrase to unlock with.