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

Name

Description

index

The keypool index of the reserved destination.

type

The output type of the reserved destination.

Created with MrDocs