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_blockchain_item_ids_message Struct Reference

#include <core_messages.hpp>

Public Member Functions

 fetch_blockchain_item_ids_message ()
 
 fetch_blockchain_item_ids_message (uint32_t item_type, const std::vector< item_hash_t > &blockchain_synopsis)
 

Public Attributes

uint32_t item_type
 
std::vector< item_hash_tblockchain_synopsis
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::fetch_blockchain_item_ids_message_type
 

Detailed Description

Definition at line 149 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ fetch_blockchain_item_ids_message() [1/2]

graphene::net::fetch_blockchain_item_ids_message::fetch_blockchain_item_ids_message ( )
inline

Definition at line 156 of file core_messages.hpp.

◆ fetch_blockchain_item_ids_message() [2/2]

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

Definition at line 157 of file core_messages.hpp.

Member Data Documentation

◆ blockchain_synopsis

std::vector<item_hash_t> graphene::net::fetch_blockchain_item_ids_message::blockchain_synopsis

Definition at line 154 of file core_messages.hpp.

◆ item_type

uint32_t graphene::net::fetch_blockchain_item_ids_message::item_type

Definition at line 153 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::fetch_blockchain_item_ids_message::type = core_message_type_enum::fetch_blockchain_item_ids_message_type
static

Definition at line 151 of file core_messages.hpp.


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