UNPKG
@nomiclabs/ethereumjs-vm
Version:
latest (4.2.2)
rc (4.2.2-rc.1)
4.2.2
4.2.2-rc.1
4.2.1
4.2.0
4.1.1
4.1.0
An Ethereum VM implementation
github.com/ethereumjs/ethereumjs-vm
ethereumjs/ethereumjs-vm
@nomiclabs/ethereumjs-vm
/
dist
/
state
/
index.js
5 lines
•
281 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
stateManager_1 =
require
(
"./stateManager"
);
Object
.
defineProperty
(
exports
,
"StateManager"
, {
enumerable
:
true
,
get
:
function
(
) {
return
stateManager_1.
default
; } });
//# sourceMappingURL=index.js.map