Swap-Aggregator-Subgraph/node_modules/@ethersproject/keccak256/lib/index.d.ts
2022-07-03 07:27:35 +05:30

3 lines
145 B
TypeScript

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