UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner
/
node_modules
/
@ethersproject
/
hash
/
lib
/
namehash.d.ts
5 lines
•
271 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
ensNormalize
(
name
:
string
):
string
;
export
declare
function
isValidName
(
name
:
string
):
boolean
;
export
declare
function
namehash
(
name
:
string
):
string
;
export
declare
function
dnsEncode
(
name
:
string
):
string
;
//# sourceMappingURL=namehash.d.ts.map