Compute the hash of this CMutableTransaction. This is computed on the fly, as opposed to GetHash() in CTransaction, which uses a cached result.

Synopsis

Declared in <primitives/transaction.h>

Txid
GetHash() const;

Return Value

The transaction id, excluding witness data.

Created with MrDocs