UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

5 lines 443 B
import type { MoonwellClient } from "../../client/createMoonwellClient.js"; import { type Chain } from "../../environments/index.js"; import type { GetBeamQuoteParameters, GetBeamQuoteReturnType } from "./getBeamQuote.js"; export declare function getQuote<environments, Network extends Chain | undefined>(client: MoonwellClient, args: GetBeamQuoteParameters<environments, Network>): GetBeamQuoteReturnType; //# sourceMappingURL=common.d.ts.map