| 136 | size_t GetTxWeight() const { return nTxWeight; } |
| 137 | int64_t GetTime() const { return nTime; } |
| 138 | unsigned int GetHeight() const { return entryHeight; } |
| 139 | int64_t GetSigOpCost() const { return sigOpCost; } |
| 140 | int64_t GetModifiedFee() const { return nFee + feeDelta; } |
| 141 | size_t DynamicMemoryUsage() const { return nUsageSize; } |
no outgoing calls
no test coverage detected