getBlockInfo_Pre method

Future<GetBlockInfoResponse> getBlockInfo_Pre(
  1. ServiceCall call,
  2. Future<GetBlockInfoRequest> request
)

Implementation

$async.Future<$0.GetBlockInfoResponse> getBlockInfo_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.GetBlockInfoRequest> request) async {
  return getBlockInfo(call, await request);
}