StoreClient constructor

StoreClient(
  1. ClientChannelBase channel
)

Implementation

StoreClient(ClientChannelBase channel)
    : _getAccountDataClient = StoreGetAccountDataClient(channel),
      _getDiffedAccountUpdateClient =
          StoreGetDiffedAccountUpdateClient(channel);