wallet::WalletStorage::TopUpCallback

Callback function for after TopUp completes containing any scripts that were added by a SPKMan

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
void
TopUpCallback(
    std::set<CScript> const& scripts,
    ScriptPubKeyMan* spkm) = 0;

Parameters

NameDescription
scriptsThe scripts that were added during the top-up.
spkmThe ScriptPubKeyMan that produced the scripts.