mempoolentry_wtxid::operator()

Returns the wtxid of the given mempool entry.

Synopsis

Declared in <txmempool.h>

result_type
operator()(CTxMemPoolEntry const& entry) const;

Return Value

The witness hash (wtxid) of the entry's transaction.

Parameters

NameDescription
entryThe mempool entry to read the transaction from.