UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

8 lines (7 loc) 197 B
import type { TokenConfig } from "../environments/index.js"; export type CirculatingSupplySnapshot = { chainId: number; token: TokenConfig; circulatingSupply: number; timestamp: number; };