Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1650
bool CWallet::IsMine(const CTxOut& txout) const
1651
{
1652
AssertLockHeld(cs_wallet);
1653
return IsMine(txout.scriptPubKey);
1654
}
1655
1656
bool CWallet::IsMine(const CTxDestination& dest) const
1657
{
Callers
15
CreateRateBumpTransaction
Function · 0.45
spend.cpp
File · 0.45
FundTransaction
Function · 0.45
ApplyMigrationData
Method · 0.45
InputIsMine
Function · 0.45
OutputGetCredit
Function · 0.45
ScriptIsChange
Function · 0.45
CachedTxGetAmounts
Function · 0.45
CachedTxIsTrusted
Function · 0.45
GetAddressBalances
Function · 0.45
GetAddressGroupings
Function · 0.45
MakeWalletTx
Function · 0.45
Calls
4
GetScriptForDestination
Function · 0.85
find
Method · 0.80
end
Method · 0.45
size
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36