CardanoWatchClient

Type Alias CardanoWatchClient 

Source
pub type CardanoWatchClient = WatchClient<Cardano>;

Aliased Type§

pub struct CardanoWatchClient {
    pub inner: WatchServiceClient<InterceptedService<Channel, MetadataInterceptor>>,
    /* private fields */
}

Fields§

§inner: WatchServiceClient<InterceptedService<Channel, MetadataInterceptor>>