raiden-network-transport 0.1.0

Raiden network transport layer
Documentation
1
2
3
4
5
6
/// Automatically select the home server.
pub const MATRIX_AUTO_SELECT_SERVER: &str = "auto";
/// The URL from which we can retrieve the production servers list.
pub const MATRIX_DEFAULT_PRODUCTION_SERVERS_LIST_URL: &str = "https://raw.githubusercontent.com/raiden-network/raiden-service-bundle/master/known_servers/known_servers-production-v1.2.0.json";
/// The URL from which we can retrieve the development servers list.
pub const MATRIX_DEFAULT_DEVELOPMENT_SERVERS_LIST_URL: &str = "https://raw.githubusercontent.com/raiden-network/raiden-service-bundle/master/known_servers/known_servers-development-v1.2.0.json";