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

Name

Description

master_key

The candidate decryption key to verify.

Created with MrDocs