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

Name

Description

tx

The transaction to hash.

Created with MrDocs