[#wallet-CWalletTx-AmountType] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::AmountType :relfileprefix: ../../ :mrdocs: Which balance an entry of m_amounts holds. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum AmountType; ---- == Members [cols="1,4"] |=== | Name| Description | `DEBIT` | Amount debited from the wallet. | `CREDIT` | Amount credited to the wallet. | `AMOUNTTYPE_ENUM_ELEMENTS` | Number of amount types; also the size of m_amounts. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#