2025-04-19 15:38:48 +08:00

3 lines
95 B
TypeScript

import { Arrayish } from './bytes';
export declare function keccak256(data: Arrayish): string;