| 114 | int32_t GetAdjustedWeight() const { return GetSigOpsAdjustedWeight(nTxWeight, sigOpCost, ::nBytesPerSigOp); } |
| 115 | int32_t GetTxWeight() const { return nTxWeight; } |
| 116 | std::chrono::seconds GetTime() const { return std::chrono::seconds{nTime}; } |
| 117 | unsigned int GetHeight() const { return entryHeight; } |
| 118 | uint64_t GetSequence() const { return entry_sequence; } |
| 119 | int64_t GetSigOpCost() const { return sigOpCost; } |
no outgoing calls