contractHistory_Pre method
Future<QueryContractHistoryResponse>
contractHistory_Pre(
- ServiceCall call,
- Future<
QueryContractHistoryRequest> request
Implementation
$async.Future<$1.QueryContractHistoryResponse> contractHistory_Pre(
$grpc.ServiceCall call,
$async.Future<$1.QueryContractHistoryRequest> request) async {
return contractHistory(call, await request);
}