MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsMine

Method IsMine

src/wallet/wallet.cpp:1650–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1648}
1649
1650bool CWallet::IsMine(const CTxOut& txout) const
1651{
1652 AssertLockHeld(cs_wallet);
1653 return IsMine(txout.scriptPubKey);
1654}
1655
1656bool CWallet::IsMine(const CTxDestination& dest) const
1657{

Callers 15

spend.cppFile · 0.45
FundTransactionFunction · 0.45
ApplyMigrationDataMethod · 0.45
InputIsMineFunction · 0.45
OutputGetCreditFunction · 0.45
ScriptIsChangeFunction · 0.45
CachedTxGetAmountsFunction · 0.45
CachedTxIsTrustedFunction · 0.45
GetAddressBalancesFunction · 0.45
GetAddressGroupingsFunction · 0.45
MakeWalletTxFunction · 0.45

Calls 4

GetScriptForDestinationFunction · 0.85
findMethod · 0.80
endMethod · 0.45
sizeMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36