contractHistory_Pre method

Future<QueryContractHistoryResponse> contractHistory_Pre(
  1. ServiceCall call,
  2. Future<QueryContractHistoryRequest> request
)

Implementation

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