UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

11 lines 285 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; }; //# sourceMappingURL=voteReceipt.d.ts.map