UNPKG

deth

Version:

Ethereum node focused on Developer Experience

4 lines (3 loc) 134 B
import VM from 'ethereumts-vm'; import Block from 'ethereumjs-block'; export declare function getLatestBlock(vm: VM): Promise<Block>;