Type Definition anchor_client::EventHandle

source ·
pub type EventHandle = PubsubClientSubscription<RpcResponse<RpcLogsResponse>>;
Expand description

EventHandle unsubscribes from a program event stream on drop.