Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsFee
Method
IsFee
src/primitives/transaction.h:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
bool IsFee() const {
328
return g_con_elementsmode && scriptPubKey == CScript()
329
&& nValue.IsExplicit() && nAsset.IsExplicit();
330
}
331
332
friend bool operator==(const CTxOut& a, const CTxOut& b)
333
{
Callers
15
TxToUniv
Function · 0.80
HasValidFee
Function · 0.80
GetFeeMap
Function · 0.80
BlindTransaction
Function · 0.80
IsDust
Function · 0.80
CreateRateBumpTransaction
Function · 0.80
spend.cpp
File · 0.80
CachedTxGetAmounts
Function · 0.80
decomposeTransaction
Method · 0.80
WriteBlock
Method · 0.80
ReverseBlock
Method · 0.80
rawissueasset
Function · 0.80
Calls
2
IsExplicit
Method · 0.80
CScript
Class · 0.50
Tested by
no test coverage detected