getChainInfo_Pre method

Future<ChainInfo> getChainInfo_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$0.ChainInfo> getChainInfo_Pre($grpc.ServiceCall call, $async.Future<$3.Empty> request) async {
  return getChainInfo(call, await request);
}