UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

10 lines (8 loc) 235 B
import type { Amount } from "../common/index.js"; import type { TokenConfig } from "../environments/index.js"; export type MorphoUserStakingReward = { chainId: number; amount: Amount; amountUsd: number; token: TokenConfig; };