GetDebit overloads
Declared in <wallet/wallet.h>
Compute the total amount debited from this wallet by a transaction's inputs.
CAmount
GetDebit(CTransaction const& tx) const;
» more...
Returns amount of debit, i.e. the amount leaving this wallet due to this input
CAmount
GetDebit(CTxIn const& txin) const;
» more...
| Name | Description |
|---|---|
| tx | The transaction to value. |
| txin | The transaction input to value. |