raiden-network-transport 0.1.0

Raiden network transport layer
Documentation
1
2
3
4
5
/// The environment type which the transport runs on.
pub enum EnvironmentType {
	Production,
	Development,
}