UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

10 lines 308 B
import type { TokenConfig } from "../environments/index.js"; export type CirculatingSupplySnapshot = { chainId: number; token: TokenConfig; circulatingSupply: number; totalSupply?: string; excludedBalance?: string; timestamp: number; }; //# sourceMappingURL=circulatingSupply.d.ts.map