UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

12 lines (10 loc) 233 B
import type { Address } from "viem"; import type { Amount } from "../common/index.js"; export type VoteReceipt = { chainId: number; proposalId: number; account: Address; voted: boolean; option: number; votes: Amount; };