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
/
srlp.d.ts
4 lines
(3 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
import
{
Arrayish
}
from
'./bytes'
;
export
declare
function
encode
(
object
:
any
):
string
;
export
declare
function
decode
(
data
:
Arrayish
):
any
;