Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ HasInputWeight
Method
HasInputWeight
src/wallet/coincontrol.h:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
bool HasInputWeight(const COutPoint& outpoint) const
127
{
128
return m_input_weights.count(outpoint) > 0;
129
}
130
131
int64_t GetInputWeight(const COutPoint& outpoint) const
132
{
Callers
2
DummySignTx
Method · 0.80
spend.cpp
File · 0.80
Calls
1
count
Method · 0.80
Tested by
no test coverage detected