wallet::DescriptorScriptPubKeyMan::CheckDecryptionKey

Checks whether the given master key decrypts this spkm's keys.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
CheckDecryptionKey(CKeyingMaterial const& master_key) override;

Return Value

true if the key decrypts this spkm's keys.

Parameters

NameDescription
master_keyThe candidate decryption key to verify.