MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsMine

Method IsMine

src/wallet/wallet.cpp:1391–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389}
1390
1391isminetype CWallet::IsMine(const CTxOut& txout) const
1392{
1393 AssertLockHeld(cs_wallet);
1394 return IsMine(txout.scriptPubKey);
1395}
1396
1397isminetype CWallet::IsMine(const CTxDestination& dest) const
1398{

Callers 15

WalletBlindPSBTMethod · 0.95
spend.cppFile · 0.45
InputIsMineFunction · 0.45
AllInputsMineFunction · 0.45
OutputGetCreditFunction · 0.45
TxGetCreditFunction · 0.45
ScriptIsChangeFunction · 0.45
CachedTxGetAmountsFunction · 0.45
CachedTxIsTrustedFunction · 0.45
GetAddressBalancesFunction · 0.45
GetAddressGroupingsFunction · 0.45

Calls 1

GetScriptForDestinationFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36