Marks addresses up to and including the one for the given script as used.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
std::vector<WalletDestination>
MarkUnusedAddresses(CScript const& script) override;

Return Value

The destinations that were affected.

Parameters

Name

Description

script

The script determining the last address to mark as used.

Created with MrDocs