UNPKG

ethereumjs-vm

Version:
7 lines (6 loc) 181 B
import Blockchain from 'ethereumjs-blockchain'; import VM from './index'; /** * @ignore */ export default function runBlockchain(this: VM, blockchain: Blockchain): Promise<void>;