Returns amount of debit, i.e. the amount leaving this wallet due to this input

Synopsis

Declared in <wallet/wallet.h>

CAmount
GetDebit(CTxIn const& txin) const;

Return Value

The amount debited from the wallet by this input.

Parameters

Name

Description

txin

The transaction input to value.

Created with MrDocs