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

Method GetSigOpCost

src/txmempool.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 std::chrono::seconds GetTime() const { return std::chrono::seconds{nTime}; }
136 unsigned int GetHeight() const { return entryHeight; }
137 int64_t GetSigOpCost() const { return sigOpCost; }
138 CAmount GetModifiedFee() const { return m_modified_fee; }
139 size_t DynamicMemoryUsage() const { return nUsageSize; }
140 const LockPoints& GetLockPoints() const { return lockPoints; }

Callers 7

UpdateForDescendantsMethod · 0.80
checkMethod · 0.80
AddToBlockMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected