Add scriptPubKeys for this ScriptPubKeyMan into the scriptPubKey cache
Declared in <wallet/wallet.h>
void
CacheNewScriptPubKeys(
std::set<CScript> const& spks,
ScriptPubKeyMan* spkm);
| Name | Description |
|---|---|
| spks | The scripts to cache. |
| spkm | The ScriptPubKeyMan the scripts belong to. |