solana_client::pubsub_client

Type Alias LogsSubscription

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