/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { blockHeightsOverTimeGetApiV3BlockHeightsOverTime } from "../funcs/blockHeightsOverTimeGetApiV3BlockHeightsOverTime.js"; import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; import { unwrapAsync } from "../types/fp.js"; export class BlockHeightsOverTime extends ClientSDK { async getApiV3BlockHeightsOverTime( request: operations.GetApiV3BlockHeightsOverTimeRequest, options?: RequestOptions, ): Promise { return unwrapAsync(blockHeightsOverTimeGetApiV3BlockHeightsOverTime( this, request, options, )); } }