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
/
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
>;