UNPKG

deth

Version:

Ethereum node focused on Developer Experience

4 lines (3 loc) 179 B
import VM from 'ethereumts-vm'; import { TestChainOptions } from '../TestChainOptions'; export declare function putGenesisBlock(vm: VM, options: TestChainOptions): Promise<void>;