solana_client::pubsub_client

Type Alias LogsSubscription

Source
pub type LogsSubscription = (PubsubClientSubscription<Response<RpcLogsResponse>>, Receiver<Response<RpcLogsResponse>>);