/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { blockHeightsGetApiV3BlockHeights } from "../funcs/blockHeightsGetApiV3BlockHeights.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 BlockHeights extends ClientSDK { async getApiV3BlockHeights( request?: operations.GetApiV3BlockHeightsRequest | undefined, options?: RequestOptions, ): Promise { return unwrapAsync(blockHeightsGetApiV3BlockHeights( this, request, options, )); } }