@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
12 lines • 356 B
TypeScript
export type ProposalStateChange = {
id: string;
proposalId: string;
state: "CREATED" | "CANCELED" | "EXECUTED" | "QUEUED" | "REBROADCASTED";
blockNumber: string;
timestamp: number;
transactionHash: string;
forVotes: number;
againstVotes: number;
abstainVotes: number;
};
//# sourceMappingURL=proposalStateChange.d.ts.map