logo

Module safe_network::node[][src]

Expand description

Implementation of the “Node” node for the SAFE Network.

Re-exports

pub use crate::node::cfg::config_handler;
pub use crate::node::cfg::keypair_storage;
pub use crate::node::config_handler::add_connection_info;
pub use crate::node::config_handler::set_connection_info;
pub use crate::node::config_handler::Config;

Modules

Configuration

Routing Peer implementation for a resilient decentralised network infrastructure.

Structs

Main node struct.

Enums

Internal error.

Type Definitions

The type returned by the sn_routing message handling methods.