| 128 | |
| 129 | const CTransaction& GetTx() const { return *this->tx; } |
| 130 | CTransactionRef GetSharedTx() const { return this->tx; } |
| 131 | const CAmount& GetFee() const { return nFee; } |
| 132 | size_t GetTxSize() const; |
| 133 | size_t GetDiscountTxSize() const; |
no outgoing calls