Function call operators
Declared in <txmempool.h>
Returns the txid of the given transaction.
result_type
operator()(CTransactionRef const& tx) const;
» more...
Returns the txid of the given mempool entry.
result_type
operator()(CTxMemPoolEntry const& entry) const;
» more...
| Name | Description |
|---|---|
| tx | The transaction to hash. |
| entry | The mempool entry to read the transaction from. |