Which balance an entry of m_amounts holds.
Declared in <wallet/transaction.h>
enum AmountType;
| 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. |