UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

10 lines (9 loc) 249 B
import type { TokenConfig } from "../environments/index.js"; export type CirculatingSupplySnapshot = { chainId: number; token: TokenConfig; circulatingSupply: number; totalSupply?: string; excludedBalance?: string; timestamp: number; };