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

Name

Description

strWalletPassphrase

The wallet passphrase to unlock with.

Created with MrDocs