@alexkeating/common-utilities
Version:
Our **Common Utilities** package is a set of helper tools and utilities that are used throughout our libraries and apps. This includes things like our constants, types that are commonly shared across packages, and various utilities and helper functions.
6 lines (5 loc) • 690 B
TypeScript
export declare type ProposalStatus = 'Unsponsored' | 'Voting' | 'Grace' | 'Expired' | 'Cancelled' | 'Ready for Processing' | 'Failed' | 'Passed' | 'Processing Failed' | 'Unknown';
export declare const PROPOSAL_STATUS: {
[index: string]: ProposalStatus;
};
export declare const ENCODED_0X0_DATA = "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";