wallet::CWallet::TopUpCallback

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

NameDescription
spksThe newly generated scripts.
spkmThe ScriptPubKeyMan that generated the scripts.