Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
docs: comment client struct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Mar 1, 2023
1 parent dbaac2b commit 669e4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethers-providers/src/rpc/transports/ws/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ use crate::Authorization;

#[derive(Debug, Clone)]
pub struct WsClient {
//
instructions: mpsc::UnboundedSender<Instruction>,
// Used to receive sub notifications channels with the backend
channel_map: SharedChannelMap,
}

Expand Down

0 comments on commit 669e4fb

Please sign in to comment.