| 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; } |
| 106 | size_t DynamicMemoryUsage() const { return nUsageSize; } |
no outgoing calls
no test coverage detected