ServiceClient constructor

ServiceClient(
  1. ClientChannel channel
)

Implementation

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