BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::net::item_id Struct Reference

#include <core_messages.hpp>

Public Member Functions

 item_id ()
 
 item_id (uint32_t type, const item_hash_t &hash)
 
bool operator== (const item_id &other) const
 

Public Attributes

uint32_t item_type
 
item_hash_t item_hash
 

Detailed Description

Definition at line 49 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ item_id() [1/2]

graphene::net::item_id::item_id ( )
inline

Definition at line 54 of file core_messages.hpp.

◆ item_id() [2/2]

graphene::net::item_id::item_id ( uint32_t  type,
const item_hash_t hash 
)
inline

Definition at line 55 of file core_messages.hpp.

Member Function Documentation

◆ operator==()

bool graphene::net::item_id::operator== ( const item_id other) const
inline

Definition at line 59 of file core_messages.hpp.

Member Data Documentation

◆ item_hash

item_hash_t graphene::net::item_id::item_hash

Definition at line 52 of file core_messages.hpp.

◆ item_type

uint32_t graphene::net::item_id::item_type

Definition at line 51 of file core_messages.hpp.


The documentation for this struct was generated from the following file: