[#wallet-CWallet-TopUpCallback-0d] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::TopUpCallback :relfileprefix: ../../ :mrdocs: Handle newly generated scripts reported by a ScriptPubKeyMan top‐up. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void TopUpCallback( std::set<CScript> const& spks, xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]* spkm) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *spks* | The newly generated scripts. | *spkm* | The ScriptPubKeyMan that generated the scripts. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#