getBlockchainInfo_Pre method
Future<GetBlockchainInfoResponse>
getBlockchainInfo_Pre(
- ServiceCall call,
- Future<
GetBlockchainInfoRequest> request
Implementation
$async.Future<$1.GetBlockchainInfoResponse> getBlockchainInfo_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetBlockchainInfoRequest> request) async {
return getBlockchainInfo(call, await request);
}