Reserve an address
Declared in <wallet/wallet.h>
util::Result<CTxDestination>
GetReservedDestination(bool internal);
The reserved destination, or an error if none is available.
| Name | Description |
|---|---|
| internal | Whether to reserve from the internal (change) keypool. |