@ethereumjs/block / createBlockFromRPC
createBlockFromRPC(
blockParams
,uncles
,options?
):Block
Defined in: block/constructors.ts:235
Creates a new block object from Ethereum JSON RPC.
Ethereum JSON RPC of block (eth_getBlockByNumber)
any
[] = []
Optional list of Ethereum JSON RPC of uncles (eth_getUncleByBlockHashAndIndex)