| 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; } |
no outgoing calls
no test coverage detected