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

Name

Description

tx

The transaction to test.

Created with MrDocs