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

#include <node.hpp>

Public Attributes

uint32_t version
 
fc::ip::endpoint host
 
fc::variant_object info
 

Detailed Description

Information about connected peers that the client may want to make available to the user.

Definition at line 172 of file node.hpp.

Member Data Documentation

◆ host

fc::ip::endpoint graphene::net::peer_status::host

Definition at line 175 of file node.hpp.

◆ info

fc::variant_object graphene::net::peer_status::info

info contains the fields required by bitcoin-rpc's getpeerinfo call, we will likely extend it with our own fields.

Definition at line 178 of file node.hpp.

◆ version

uint32_t graphene::net::peer_status::version

Definition at line 174 of file node.hpp.


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