| 40 | CTxMemPoolEntry(const CTxMemPoolEntry &other); |
| 41 | |
| 42 | std::shared_ptr<CBaseTx> GetTransaction() const { return pTx; } |
| 43 | |
| 44 | inline std::pair<TokenSymbol, uint64_t> GetFees() const { return nFees; } |
| 45 | inline uint32_t GetTxSize() const { return nTxSize; } |
no outgoing calls