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
Name |
Description |
master_key |
The candidate decryption key to verify. |
Created with MrDocs