Constructs an inventory entry from a type and object hash.

Synopsis

Declared in <protocol.h>

CInv(
    uint32_t typeIn,
    uint256 const& hashIn);

Parameters

Name

Description

typeIn

The inventory type, one of the GetDataMsg values.

hashIn

The hash of the referenced object.

Created with MrDocs