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::blockchain_item_ids_inventory_message Struct Reference

#include <core_messages.hpp>

Public Member Functions

 blockchain_item_ids_inventory_message ()
 
 blockchain_item_ids_inventory_message (uint32_t total_remaining_item_count, uint32_t item_type, const std::vector< item_hash_t > &item_hashes_available)
 

Public Attributes

uint32_t total_remaining_item_count
 
uint32_t item_type
 
std::vector< item_hash_titem_hashes_available
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::blockchain_item_ids_inventory_message_type
 

Detailed Description

Definition at line 131 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ blockchain_item_ids_inventory_message() [1/2]

graphene::net::blockchain_item_ids_inventory_message::blockchain_item_ids_inventory_message ( )
inline

Definition at line 139 of file core_messages.hpp.

◆ blockchain_item_ids_inventory_message() [2/2]

graphene::net::blockchain_item_ids_inventory_message::blockchain_item_ids_inventory_message ( uint32_t  total_remaining_item_count,
uint32_t  item_type,
const std::vector< item_hash_t > &  item_hashes_available 
)
inline

Definition at line 140 of file core_messages.hpp.

Member Data Documentation

◆ item_hashes_available

std::vector<item_hash_t> graphene::net::blockchain_item_ids_inventory_message::item_hashes_available

Definition at line 137 of file core_messages.hpp.

◆ item_type

uint32_t graphene::net::blockchain_item_ids_inventory_message::item_type

Definition at line 136 of file core_messages.hpp.

◆ total_remaining_item_count

uint32_t graphene::net::blockchain_item_ids_inventory_message::total_remaining_item_count

Definition at line 135 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::blockchain_item_ids_inventory_message::type = core_message_type_enum::blockchain_item_ids_inventory_message_type
static

Definition at line 133 of file core_messages.hpp.


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