Module config

Module config 

Source
Expand description

Configuration structures that define a node, including old versions for migrations. Also configuration for starting a new node.

All node-configurations can be serialized with serde and offer nice hex based serializations when using text-based serializations like yaml or json.

Structs§

ConnectionConfig
A configuration to set up a WebRTC connection.
HostLogin
A URL with an optional username/password.
Login
A login with a username/password.
NodeConfig
NodeConfig is stored on the node itself and contains the private key.
NodeInfo
NodeInfo is the public information of the node.
NodeInfoV1
NodeInfo is the public information of the node.

Enums§

ConfigError
Errors to be returned when setting up a new config