wallet::ScriptPubKeyMan::KeepDestination

Marks a previously reserved destination as used so it is not handed out again.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
void
KeepDestination(
    int64_t index,
    OutputType const& type);

Parameters

NameDescription
indexThe keypool index of the reserved destination.
typeThe output type of the reserved destination.