| 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; } |
| 142 | const LockPoints& GetLockPoints() const { return lockPoints; } |
| 143 | bool WasClearAtEntry() const { return hadNoDependencies; } |
no outgoing calls
no test coverage detected