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
Name |
Description |
internal |
Whether to reserve from the internal (change) keypool. |
Created with MrDocs