fetchBlockIdAtHeight method

ResponseFuture<FetchBlockIdAtHeightRes> fetchBlockIdAtHeight(
  1. FetchBlockIdAtHeightReq request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.FetchBlockIdAtHeightRes> fetchBlockIdAtHeight(
    $1.FetchBlockIdAtHeightReq request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$fetchBlockIdAtHeight, request, options: options);
}