mempoolentry_wtxid::operator()

Returns the wtxid of the given transaction.

Synopsis

Declared in <txmempool.h>

result_type
operator()(CTransactionRef const& tx) const;

Return Value

The witness hash (wtxid) of the transaction.

Parameters

NameDescription
txThe transaction to hash.