getTx_Pre method
Implementation
$async.Future<$1.GetTxResponse> getTx_Pre(
$grpc.ServiceCall call, $async.Future<$1.GetTxRequest> request) async {
return getTx(call, await request);
}
$async.Future<$1.GetTxResponse> getTx_Pre(
$grpc.ServiceCall call, $async.Future<$1.GetTxRequest> request) async {
return getTx(call, await request);
}