UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

8 lines 299 B
declare type rpcParams = { method: string; params: (string | boolean | number)[]; }; export declare const fetchFromProvider: (url: string, params: rpcParams) => Promise<any>; export declare const getProvider: (provider: string | any) => any; export {}; //# sourceMappingURL=provider.d.ts.map