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

Function InputIsMine

src/wallet/receive.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13namespace wallet {
14isminetype InputIsMine(const CWallet& wallet, const CTxIn &txin)
15{
16 AssertLockHeld(wallet.cs_wallet);
17 return InputIsMine(wallet, txin.prevout);
18}
19
20isminetype InputIsMine(const CWallet& wallet, const COutPoint &outpoint)
21{

Callers 6

WalletBlindPSBTMethod · 0.85
GetAddressGroupingsFunction · 0.85
MakeWalletTxFunction · 0.85
txinIsMineMethod · 0.85
walletcreatefundedpsbtFunction · 0.85
blindrawtransactionFunction · 0.85

Calls 4

findMethod · 0.80
endMethod · 0.45
sizeMethod · 0.45
IsMineMethod · 0.45

Tested by

no test coverage detected