Construct a ReserveDestination object. This does NOT reserve an address yet
Declared in <wallet/wallet.h>
explicit
ReserveDestination(
CWallet* pwallet,
OutputType type);
| Name | Description |
|---|---|
| pwallet | The wallet to reserve an address from. |
| type | The output type of the address to reserve. |