UNPKG
@eth-optimism/ethereumjs-vm
Version:
latest (4.2.0-alpha.3)
4.2.0-alpha.3
4.2.0-alpha.2
4.2.0-alpha.1
4.2.0-alpha.0
An Ethereum VM implementation
github.com/ethereumjs/ethereumjs-vm
ethereum-optimism/ethereumjs-ovm
@eth-optimism/ethereumjs-vm
/
dist
/
runBlockchain.d.ts
7 lines
(6 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Blockchain
from
'ethereumjs-blockchain'
;
import
VM
from
'./index'
;
/** *
@ignore
*/
export
default
function
runBlockchain
(
this
: VM, blockchain: Blockchain
):
Promise
<
void
>;