wallet::ScriptPubKeyMan::CheckDecryptionKey

Check that the given decryption key is valid for this ScriptPubKeyMan, i.e. it decrypts all of the keys handled by it.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
CheckDecryptionKey(CKeyingMaterial const& master_key);

Return Value

true if the key decrypts all keys handled by this ScriptPubKeyMan.

Parameters

NameDescription
master_keyThe candidate decryption key to verify.