mempoolentry_txid::operator()

Returns the txid of the given transaction.

Synopsis

Declared in <txmempool.h>

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

Return Value

The txid of the transaction.

Parameters

NameDescription
txThe transaction to hash.