Skip to main content

connect_remote

Function connect_remote 

Source
pub async fn connect_remote(
    address: &str,
    query: &str,
    token: Option<&str>,
) -> Result<RemoteSubscription, RemoteSubscriptionError>
Expand description

Connect to a remote node and create a subscription.