pub type EthereumBlockNotificationSinks<T> = Mutex<Vec<TracingUnboundedSender<T>>>;
struct EthereumBlockNotificationSinks<T> { /* private fields */ }