UNPKG
evm
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
An ethereum virtual machine (EVM) bytecode decompiler
github.com/MrLuit/evm
MrLuit/evm
evm
/
typings
/
src
/
utils
/
stringifyInstructions.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
export
declare
const
stringifyInstructions
:
(
instructionTree
:
any
,
indentation
?:
number
) =>
string
;
export
default
stringifyInstructions;