Handle newly generated scripts reported by a ScriptPubKeyMan top-up.
Declared in <wallet/wallet.h>
virtual
void
TopUpCallback(
std::set<CScript> const& spks,
ScriptPubKeyMan* spkm) override;
| Name | Description |
|---|---|
| spks | The newly generated scripts. |
| spkm | The ScriptPubKeyMan that generated the scripts. |