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

Name

Description

spks

The scripts to cache.

spkm

The ScriptPubKeyMan the scripts belong to.

Created with MrDocs