UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

19 lines 358 B
export type Delegate = { name: string; avatar: string; wallet: string; pitch: { intro: string; url?: string; }; proposals?: { all: { created: number; voted: number; }; }; votingPower?: { [chainId: string]: number; }; }; //# sourceMappingURL=delegate.d.ts.map