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

Name

Description

inv

Inventory entry referring to a transaction.

Created with MrDocs