Invoke a callback with the decrypted master key while holding the encryption lock.
Declared in <wallet/wallet.h>
virtual
bool
WithEncryptionKey(std::function<bool(CKeyingMaterial const&)> cb) const override;
The value returned by the callback.
| Name | Description |
|---|---|
| cb | The callback invoked with the master key material. |