Skip to main content

InterceptedWalletServiceClient

Type Alias InterceptedWalletServiceClient 

Source
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 */ }