Compute the salted hash of a witness transaction id.

Synopsis

Declared in <util/hasher.h>

size_t
operator()(Wtxid const& wtxid) const;

Return Value

The salted SipHash of the witness transaction id.

Parameters

Name

Description

wtxid

The witness transaction id to hash.

Created with MrDocs