wallet::ReserveDestination::GetReservedDestination

Reserve an address

Synopsis

Declared in <wallet/wallet.h>

util::Result<CTxDestination>
GetReservedDestination(bool internal);

Return Value

The reserved destination, or an error if none is available.

Parameters

NameDescription
internalWhether to reserve from the internal (change) keypool.