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