/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { neuronVotingPowersGetApiV3NeuronVotingPowers } from "../funcs/neuronVotingPowersGetApiV3NeuronVotingPowers.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 NeuronVotingPowers extends ClientSDK { /** * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ async getApiV3NeuronVotingPowers( request?: operations.GetApiV3NeuronVotingPowersRequest | undefined, options?: RequestOptions, ): Promise { return unwrapAsync(neuronVotingPowersGetApiV3NeuronVotingPowers( this, request, options, )); } }