Checks whether the given master key decrypts all keys handled by this spkm.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
CheckDecryptionKey(CKeyingMaterial const& master_key) override;
true if the key decrypts all keys handled by this spkm.
| Name | Description |
|---|---|
| master_key | The candidate decryption key to verify. |