[][src]Crate sn_node

Implementation of the "Node" node for the SAFE Network.

Modules

utils

Utilities

Macros

with_chaos

Run code when a chaotic. Defaults to 20% of the time. Overall frequence can be set via "SAFE_CHAOS_LEVEL" env var.

Structs

Config

Node configuration

Network
Node

Main node struct.

Enums

ChunkStoreError

ChunkStore error.

Error

Node error variants.

Functions

write_connection_info

Writes connection info to file for use by clients.

Type Definitions

Outcome
Result

Specialisation of std::Result for Node.