[#wallet-COutputEntry] = xref:wallet.adoc[wallet]::COutputEntry :relfileprefix: ../ :mrdocs: A single received or sent output belonging to the wallet. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct COutputEntry; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/COutputEntry/amount.adoc[`amount`] | The amount of the output. | xref:wallet/COutputEntry/destination.adoc[`destination`] | The address the amount was sent to or received at. | xref:wallet/COutputEntry/vout.adoc[`vout`] | The index of the output in the transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#