wallet::CWallet::CacheNewScriptPubKeys

Add scriptPubKeys for this ScriptPubKeyMan into the scriptPubKey cache

Synopsis

Declared in <wallet/wallet.h>

void
CacheNewScriptPubKeys(
    std::set<CScript> const& spks,
    ScriptPubKeyMan* spkm);

Parameters

NameDescription
spksThe scripts to cache.
spkmThe ScriptPubKeyMan the scripts belong to.