Marks a previously reserved destination as used so it is not handed out again.
Declared in <wallet/scriptpubkeyman.h>
virtual
void
KeepDestination(
int64_t index,
OutputType const& type);
| Name | Description |
|---|---|
| index | The keypool index of the reserved destination. |
| type | The output type of the reserved destination. |