Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1391
isminetype CWallet::IsMine(const CTxOut& txout) const
1392
{
1393
AssertLockHeld(cs_wallet);
1394
return IsMine(txout.scriptPubKey);
1395
}
1396
1397
isminetype CWallet::IsMine(const CTxDestination& dest) const
1398
{
Callers
15
WalletBlindPSBT
Method · 0.95
spend.cpp
File · 0.45
InputIsMine
Function · 0.45
AllInputsMine
Function · 0.45
OutputGetCredit
Function · 0.45
TxGetCredit
Function · 0.45
ScriptIsChange
Function · 0.45
CachedTxGetAvailableCredit
Function · 0.45
CachedTxGetAmounts
Function · 0.45
CachedTxIsTrusted
Function · 0.45
GetAddressBalances
Function · 0.45
GetAddressGroupings
Function · 0.45
Calls
1
GetScriptForDestination
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36