Encrypts this spkm's keys with the given master key.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
Encrypt(
CKeyingMaterial const& master_key,
WalletBatch* batch) override;
Return Value
true if the keys were encrypted.
Parameters
Name |
Description |
master_key |
The master key used to encrypt the keys. |
batch |
The database batch to write the encrypted keys through. |
Created with MrDocs