UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
utils
/
hash.d.ts
5 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
import
{
Arrayish
}
from
'./bytes'
;
export
declare
function
namehash
(
name
:
string
):
string
;
export
declare
function
id
(
text
:
string
):
string
;
export
declare
function
hashMessage
(
message
:
Arrayish
|
string
):
string
;