wallet::CWallet::IsFromMe

should probably be renamed to IsRelevantToMe

Synopsis

Declared in <wallet/wallet.h>

bool
IsFromMe(CTransaction const& tx) const;

Return Value

true if any input of the transaction is owned by the wallet.

Parameters

NameDescription
txThe transaction to test.