fetchBlockBody_Pre method

Future<FetchBlockBodyRes> fetchBlockBody_Pre(
  1. ServiceCall call,
  2. Future<FetchBlockBodyReq> request
)

Implementation

$async.Future<$1.FetchBlockBodyRes> fetchBlockBody_Pre($grpc.ServiceCall call,
    $async.Future<$1.FetchBlockBodyReq> request) async {
  return fetchBlockBody(call, await request);
}