Report whether any output of a transaction belongs to this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde05e18), requires_capability(0x7f95061a8b58), requires_capability(0x7f94f2b79668), requires_capability(0x7f94f0cf82f8), requires_capability(0x7f94fee3ace8)]]
bool
IsMine(CTransaction const& tx) const;

Return Value

true if any output is owned by the wallet.

Parameters

Name

Description

tx

The transaction to test.

Created with MrDocs