UNPKG

@accret/bridge-sdk

Version:
9 lines 478 B
import type { GetMayanTokenListResponse } from "../../types/mayan"; import type { ChainName } from "@mayanfinance/swap-sdk"; /** * @description Fetches the token list for a specific Mayan chain * @param ChainName - The name of the chain for which to fetch the token list * @returns A promise that resolves to the token list response */ export declare function getTokenList(ChainName: ChainName): Promise<GetMayanTokenListResponse>; //# sourceMappingURL=getTokenList.d.ts.map