docs: added docs for hashing
This commit is contained in:
parent
368f960904
commit
fe3270a6fe
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* About hashing here...
|
||||||
|
*
|
||||||
|
* @_section: api/hashing:Hashing Utilities [hashing]
|
||||||
|
*/
|
||||||
|
|
||||||
export { id } from "./id.js"
|
export { id } from "./id.js"
|
||||||
export { isValidName, namehash, dnsEncode } from "./namehash.js";
|
export { isValidName, namehash, dnsEncode } from "./namehash.js";
|
||||||
|
@ -86,7 +86,6 @@ export function solidityPacked(types: ReadonlyArray<string>, values: ReadonlyArr
|
|||||||
* @param {Array<string>} types - The Solidity types to interpret each value as [default: bar]
|
* @param {Array<string>} types - The Solidity types to interpret each value as [default: bar]
|
||||||
* @param {Array<any>} values - The values to pack
|
* @param {Array<any>} values - The values to pack
|
||||||
*
|
*
|
||||||
* @returns: {HexString} the hexstring of the hash
|
|
||||||
* @example:
|
* @example:
|
||||||
* solidityPackedKeccak256([ "address", "uint" ], [ "0x1234", 45 ]);
|
* solidityPackedKeccak256([ "address", "uint" ], [ "0x1234", 45 ]);
|
||||||
* / /_result:
|
* / /_result:
|
||||||
|
Loading…
Reference in New Issue
Block a user