ToGenTxid

Convert a TX/WITNESS_TX/WTX CInv to a GenTxid.

Synopsis

Declared in <protocol.h>

GenTxid
ToGenTxid(CInv const& inv);

Return Value

The generalized transaction id for inv.

Parameters

NameDescription
invInventory entry referring to a transaction.