2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/utils/keccak256.d.ts

3 lines
95 B
TypeScript
Raw Normal View History

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