3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
import { Arrayish } from './bytes';
|
|
export declare function keccak256(data: Arrayish): string;
|