UNPKG

deth

Version:

Ethereum node focused on Developer Experience

6 lines (5 loc) 347 B
import VM from 'ethereumts-vm'; import { TestChainOptions } from '../TestChainOptions'; import { DethBlockchain } from './storage/DethBlockchain'; import { DethStateManger } from './storage/DethStateManger'; export declare function initializeVM(options: TestChainOptions, stateManager?: DethStateManger, blockchain?: DethBlockchain): Promise<VM>;