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

Name

Description

scripts

The scripts that were added during the top‐up.

spkm

The ScriptPubKeyMan that produced the scripts.

Created with MrDocs