Returns whether a wallet transaction debits from the wallet.
Declared in <wallet/receive.h>
bool
CachedTxIsFromMe(
CWallet const& wallet,
CWalletTx const& wtx);
true if the wallet is a sender of the transaction.
| Name | Description |
|---|---|
| wallet | The wallet that owns the transaction. |
| wtx | The wallet transaction to evaluate. |