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

#include <core_messages.hpp>

Public Member Functions

 fetch_items_message ()
 
 fetch_items_message (uint32_t item_type, const std::vector< item_hash_t > &items_to_fetch)
 

Public Attributes

uint32_t item_type
 
std::vector< item_hash_titems_to_fetch
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::fetch_items_message_type
 

Detailed Description

Definition at line 163 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ fetch_items_message() [1/2]

graphene::net::fetch_items_message::fetch_items_message ( )
inline

Definition at line 170 of file core_messages.hpp.

◆ fetch_items_message() [2/2]

graphene::net::fetch_items_message::fetch_items_message ( uint32_t  item_type,
const std::vector< item_hash_t > &  items_to_fetch 
)
inline

Definition at line 171 of file core_messages.hpp.

Member Data Documentation

◆ item_type

uint32_t graphene::net::fetch_items_message::item_type

Definition at line 167 of file core_messages.hpp.

◆ items_to_fetch

std::vector<item_hash_t> graphene::net::fetch_items_message::items_to_fetch

Definition at line 168 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::fetch_items_message::type = core_message_type_enum::fetch_items_message_type
static

Definition at line 165 of file core_messages.hpp.


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