UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

9 lines 270 B
import { getQuote } from "./common.js"; /** * Returns a list of the tokens that can have unified balances */ export async function getBeamQuote(client, args) { const quote = await getQuote(client, args); return quote; } //# sourceMappingURL=getBeamQuote.js.map