| 132 | size_t GetTxSize() const; |
| 133 | size_t GetDiscountTxSize() const; |
| 134 | size_t GetTxWeight() const { return nTxWeight; } |
| 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; } |
no outgoing calls
no test coverage detected