Returns the txid of the given mempool entry.
Synopsis
Declared in <txmempool.h>
result_type
operator()(CTxMemPoolEntry const& entry) const;
Return Value
The txid of the entry's transaction.
Parameters
Name |
Description |
entry |
The mempool entry to read the transaction from. |
Created with MrDocs