UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

4 lines 192 B
import { BytesLike } from "@ethersproject/bytes"; export declare function encode(object: any): string; export declare function decode(data: BytesLike): any; //# sourceMappingURL=index.d.ts.map