| 113 | CAmount GetFee() const { return nFee; } |
| 114 | size_t GetTxSize() const { return nTxSize; } |
| 115 | int64_t GetTime() const { return nTime; } |
| 116 | unsigned int GetHeight() const { return nHeight; } |
| 117 | bool WasClearAtEntry() const { return hadNoDependencies; } |
| 118 | int64_t GetFeeDelta() const { return feeDelta; } |
no outgoing calls
no test coverage detected