Electroneum
cryptonote::COMMAND_RPC_GET_PEER_LIST::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_PEER_LIST::response_t:

Public Attributes

std::string status
 
std::vector< peerwhite_list
 
std::vector< peergray_list
 

Detailed Description

Definition at line 1241 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ gray_list

std::vector<peer> cryptonote::COMMAND_RPC_GET_PEER_LIST::response_t::gray_list

Definition at line 1244 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_PEER_LIST::response_t::status

Definition at line 1242 of file core_rpc_server_commands_defs.h.

◆ white_list

std::vector<peer> cryptonote::COMMAND_RPC_GET_PEER_LIST::response_t::white_list

Definition at line 1243 of file core_rpc_server_commands_defs.h.


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