UNPKG

@ethersproject/keccak256

Version:

The keccak256 hash function for ethers.

3 lines 145 B
import { BytesLike } from "@ethersproject/bytes"; export declare function keccak256(data: BytesLike): string; //# sourceMappingURL=index.d.ts.map