UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

9 lines 577 B
import type { Environment } from "../types/config.js"; export declare const findMarketByAddress: (environment: Environment, address: `0x${string}`) => { marketKey: string; marketConfig: import("../types/config.js").MarketConfig<Record<string, any>>; marketToken: import("../types/config.js").TokenConfig; underlyingToken: import("../types/config.js").TokenConfig; } | undefined; export declare const findTokenByAddress: (environment: Environment, token: `0x${string}`) => import("../types/config.js").TokenConfig | undefined; //# sourceMappingURL=index.d.ts.map