UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

10 lines 547 B
import type { MoonwellClient } from "../../client/createMoonwellClient.js"; import type { HttpRequestError } from "../../common/index.js"; import type { BeamTokenRoutes } from "../../types/beam.js"; export type GetBeamTokenRoutesErrorType = HttpRequestError; export type GetBeamTokenRoutesReturnType = Promise<BeamTokenRoutes[]>; /** * Returns a list of the tokens that can have unified balances */ export declare function getBeamTokenRoutes(client: MoonwellClient): GetBeamTokenRoutesReturnType; //# sourceMappingURL=getBeamTokenRoutes.d.ts.map