pub type InterceptedWalletServiceClient = WalletServiceClient<InterceptedService<Channel, VersionInterceptor>>;Expand description
Type alias for WalletServiceClient with the version header interceptor over a Channel
Aliased Typeยง
pub struct InterceptedWalletServiceClient { /* private fields */ }