ethers.js/lib.commonjs/hash/index.d.ts

12 lines
539 B
TypeScript
Raw Normal View History

2023-03-04 04:25:07 +03:00
/**
* About hashing here...
*
* @_section: api/hashing:Hashing Utilities [about-hashing]
*/
export { id } from "./id.js";
export { ensNormalize, isValidName, namehash, dnsEncode } from "./namehash.js";
export { hashMessage, verifyMessage } from "./message.js";
export { solidityPacked, solidityPackedKeccak256, solidityPackedSha256 } from "./solidity.js";
2023-03-20 19:53:37 +03:00
export { TypedDataEncoder, verifyTypedData } from "./typed-data.js";
2023-03-04 04:25:07 +03:00
export type { TypedDataDomain, TypedDataField } from "./typed-data.js";
//# sourceMappingURL=index.d.ts.map