Callback function for after TopUp completes containing any scripts that were added by a SPKMan
Declared in <wallet/scriptpubkeyman.h>
virtual
void
TopUpCallback(
std::set<CScript> const& scripts,
ScriptPubKeyMan* spkm) = 0;
| Name | Description |
|---|---|
| scripts | The scripts that were added during the top-up. |
| spkm | The ScriptPubKeyMan that produced the scripts. |