MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetTime

Method GetTime

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

Source from the content-addressed store, hash-verified

100 size_t GetTxSize() const;
101 size_t GetTxWeight() const { return nTxWeight; }
102 int64_t GetTime() const { return nTime; }
103 unsigned int GetHeight() const { return entryHeight; }
104 int64_t GetSigOpCost() const { return sigOpCost; }
105 int64_t GetModifiedFee() const { return nFee + feeDelta; }

Callers 5

operator()Method · 0.80
operator()Method · 0.80
GetInfoFunction · 0.80
ExpireMethod · 0.80
blockchain.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected