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

#include <core_messages.hpp>

Public Attributes

node_id_t node_id
 
fc::ip::endpoint endpoint_checked
 
fc::enum_type< uint8_t, firewall_check_resultresult
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::check_firewall_reply_message_type
 

Detailed Description

Definition at line 365 of file core_messages.hpp.

Member Data Documentation

◆ endpoint_checked

fc::ip::endpoint graphene::net::check_firewall_reply_message::endpoint_checked

Definition at line 369 of file core_messages.hpp.

◆ node_id

node_id_t graphene::net::check_firewall_reply_message::node_id

Definition at line 368 of file core_messages.hpp.

◆ result

fc::enum_type<uint8_t, firewall_check_result> graphene::net::check_firewall_reply_message::result

Definition at line 370 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::check_firewall_reply_message::type = core_message_type_enum::check_firewall_reply_message_type
static

Definition at line 367 of file core_messages.hpp.


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