UNPKG

@kazeblockchain/krypton-js

Version:

Javascript libraries for kaze wallet using https://github.com/kazechainio/kazewallet/blob/master/js/wallet.js as the original source.

7 lines (5 loc) 120 B
interface StackItem { type: string value: string | StackItem[] } export function deserialize(d: string): StackItem