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