FullRelayServer

Type Alias FullRelayServer 

Source
pub type FullRelayServer = RelayServer<RelayServiceRouter>;

Aliased Type§

pub struct FullRelayServer {
    pub endpoint: Endpoint,
    server_keypair: Arc<KeyPair>,
    router: Arc<RelayServiceRouter>,
}

Fields§

§endpoint: Endpoint§server_keypair: Arc<KeyPair>§router: Arc<RelayServiceRouter>