getMarketOrderListByPair_Pre method

Future<MarketOrderList> getMarketOrderListByPair_Pre(
  1. ServiceCall call,
  2. Future<MarketOrderPair> request
)

Implementation

$async.Future<$0.MarketOrderList> getMarketOrderListByPair_Pre(
    $grpc.ServiceCall call, $async.Future<$0.MarketOrderPair> request) async {
  return getMarketOrderListByPair(call, await request);
}