3 lines
145 B
TypeScript
Raw Permalink Normal View History

2025-04-19 15:38:48 +08:00
import { BytesLike } from "@ethersproject/bytes";
export declare function keccak256(data: BytesLike): string;
//# sourceMappingURL=index.d.ts.map