BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <core_messages.hpp>
Public Member Functions | |
hello_message () | |
hello_message (const std::string &user_agent, uint32_t core_protocol_version, const fc::ip::address &inbound_address, uint16_t inbound_port, uint16_t outbound_port, const node_id_t &node_public_key, const fc::ecc::compact_signature &signed_shared_secret, const fc::sha256 &chain_id_arg, const fc::variant_object &user_data) | |
Public Attributes | |
std::string | user_agent |
uint32_t | core_protocol_version |
fc::ip::address | inbound_address |
uint16_t | inbound_port |
uint16_t | outbound_port |
node_id_t | node_public_key |
fc::ecc::compact_signature | signed_shared_secret |
fc::sha256 | chain_id |
fc::variant_object | user_data |
Static Public Attributes | |
static const core_message_type_enum | type = core_message_type_enum::hello_message_type |
Definition at line 189 of file core_messages.hpp.
|
inline |
Definition at line 203 of file core_messages.hpp.
|
inline |
Definition at line 204 of file core_messages.hpp.
fc::sha256 graphene::net::hello_message::chain_id |
Definition at line 200 of file core_messages.hpp.
uint32_t graphene::net::hello_message::core_protocol_version |
Definition at line 194 of file core_messages.hpp.
fc::ip::address graphene::net::hello_message::inbound_address |
Definition at line 195 of file core_messages.hpp.
uint16_t graphene::net::hello_message::inbound_port |
Definition at line 196 of file core_messages.hpp.
node_id_t graphene::net::hello_message::node_public_key |
Definition at line 198 of file core_messages.hpp.
uint16_t graphene::net::hello_message::outbound_port |
Definition at line 197 of file core_messages.hpp.
fc::ecc::compact_signature graphene::net::hello_message::signed_shared_secret |
Definition at line 199 of file core_messages.hpp.
|
static |
Definition at line 191 of file core_messages.hpp.
std::string graphene::net::hello_message::user_agent |
Definition at line 193 of file core_messages.hpp.
fc::variant_object graphene::net::hello_message::user_data |
Definition at line 201 of file core_messages.hpp.