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
/
src
/
interfaces
/
storage.interface.ts
4 lines
(3 loc)
•
64 B
text/typescript
View Raw
1
2
3
4
export
default
interface
Storage
{ [
key
:
string
]:
string
; }