UNPKG
@kazeblockchain/kazejs
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
0.9.1
Javascript libraries for Kaze wallet
kaze.solutions
KAZEBLOCKCHAIN/kazeJs
@kazeblockchain/kazejs
/
src
/
sc
/
typings
/
deserialize.d.ts
7 lines
(5 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
StackItem
{ type:
string
value:
string
| StackItem[] } export
function
deserialize
(
d:
string
):
StackItem