Kagome
Polkadot Runtime Engine in C++17
kagome::network::BootstrapNodes Struct Reference

#include <bootstrap_nodes.hpp>

Inheritance diagram for kagome::network::BootstrapNodes:
Collaboration diagram for kagome::network::BootstrapNodes:

Public Member Functions

 BootstrapNodes ()=delete
 
 BootstrapNodes (const BootstrapNodes &)=delete
 
 BootstrapNodes (BootstrapNodes &&) noexcept=delete
 
BootstrapNodesoperator= (const BootstrapNodes &)=delete
 
BootstrapNodesoperator= (BootstrapNodes &&) noexcept=delete
 
 BootstrapNodes (const application::AppConfiguration &app_config, const application::ChainSpec &chain_spec)
 

Detailed Description

Definition at line 18 of file bootstrap_nodes.hpp.

Constructor & Destructor Documentation

kagome::network::BootstrapNodes::BootstrapNodes ( )
delete
kagome::network::BootstrapNodes::BootstrapNodes ( const BootstrapNodes )
delete
kagome::network::BootstrapNodes::BootstrapNodes ( BootstrapNodes &&  )
deletenoexcept
kagome::network::BootstrapNodes::BootstrapNodes ( const application::AppConfiguration app_config,
const application::ChainSpec chain_spec 
)
inline

Definition at line 25 of file bootstrap_nodes.hpp.

Member Function Documentation

BootstrapNodes& kagome::network::BootstrapNodes::operator= ( const BootstrapNodes )
delete
BootstrapNodes& kagome::network::BootstrapNodes::operator= ( BootstrapNodes &&  )
deletenoexcept

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