Handle newly generated scripts reported by a ScriptPubKeyMan top‐up.

Synopsis

Declared in <wallet/wallet.h>

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

Parameters

Name

Description

spks

The newly generated scripts.

spkm

The ScriptPubKeyMan that generated the scripts.

Created with MrDocs