MCPcopy 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

TxToUnivFunction · 0.80
HasValidFeeFunction · 0.80
GetFeeMapFunction · 0.80
BlindTransactionFunction · 0.80
IsDustFunction · 0.80
spend.cppFile · 0.80
CachedTxGetAmountsFunction · 0.80
decomposeTransactionMethod · 0.80
WriteBlockMethod · 0.80
ReverseBlockMethod · 0.80
rawissueassetFunction · 0.80

Calls 2

IsExplicitMethod · 0.80
CScriptClass · 0.50

Tested by

no test coverage detected