wallet::CWalletTx::AmountType

Which balance an entry of m_amounts holds.

Synopsis

Declared in <wallet/transaction.h>

enum AmountType;

Members

NameDescription
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.