| 47 | |
| 48 | CAmount GetModifiedFee() const { return fee_individual; } |
| 49 | CAmount GetModFeesWithAncestors() const { return fee_with_ancestors; } |
| 50 | int64_t GetTxSize() const { return vsize_individual; } |
| 51 | int64_t GetSizeWithAncestors() const { return vsize_with_ancestors; } |
| 52 | const CTransaction& GetTx() const LIFETIMEBOUND { return *tx; } |
no outgoing calls
no test coverage detected