ServiceClient constructor
ServiceClient(
- ClientChannel channel
Implementation
ServiceClient(ClientChannel channel)
: query =
M10QueryServiceClient(channel, interceptors: [DebugInterceptor()]),
tx = M10TxServiceClient(channel, interceptors: [DebugInterceptor()]);