UNPKG

eamutils

Version:

Some reusable functions in some projects

7 lines (6 loc) 268 B
export declare const getAddresses: (text: string) => any[] | null; export declare const address: (addr: string | undefined) => any; export declare const ABI: any; export declare const Contract: any; export declare const Token: any; export declare const Provider: any;