ethereumjs-monorepo

@ethereumjs/blockchain


@ethereumjs/blockchain / OnBlock

Type Alias: OnBlock()

OnBlock = (block, reorg) => Promise<void> | void

Defined in: types.ts:7

Parameters

block

Block

reorg

boolean

Returns

Promise<void> | void