wallet::LegacyDataSPKM::CheckDecryptionKey

Checks whether the given master key decrypts all keys handled by this spkm.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
CheckDecryptionKey(CKeyingMaterial const& master_key) override;

Return Value

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

Parameters

NameDescription
master_keyThe candidate decryption key to verify.