[#wallet-CWallet-TransactionChangeType] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::TransactionChangeType :relfileprefix: ../../ :mrdocs: Choose the change output type for a transaction. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OutputType.adoc[OutputType] TransactionChangeType( std::optional<OutputType> const& change_type, std::vector<CRecipient> const& vecSend) const; ---- == Return Value The output type to use for the change output. == Parameters [cols="1,4"] |=== | Name| Description | *change_type* | Explicitly requested change type, if any. | *vecSend* | The intended recipients of the transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#