@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
19 lines • 371 B
TypeScript
export type Delegate = {
name: string;
avatar: string;
wallet: string;
pitch: {
intro: string;
url: string;
};
proposals?: {
[chainId: string]: {
created: number;
voted: number;
};
};
votingPower?: {
[chainId: string]: number;
};
};
//# sourceMappingURL=delegate.d.ts.map