Monero
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cryptonote::bootstrap_node::selector Struct Referenceabstract

#include <bootstrap_node_selector.h>

Inheritance diagram for cryptonote::bootstrap_node::selector:
Inheritance graph
[legend]

Public Member Functions

virtual ~selector ()=default
 
virtual void handle_result (const std::string &address, bool success)=0
 
virtual boost::optional< node_infonext_node ()=0
 

Constructor & Destructor Documentation

◆ ~selector()

virtual cryptonote::bootstrap_node::selector::~selector ( )
virtualdefault

Member Function Documentation

◆ handle_result()

virtual void cryptonote::bootstrap_node::selector::handle_result ( const std::string & address,
bool success )
pure virtual

◆ next_node()

virtual boost::optional< node_info > cryptonote::bootstrap_node::selector::next_node ( )
pure virtual

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