@ethereumjs/block / createBlockFromRPC
createBlockFromRPC(
blockParams,uncles,options?):Block
Defined in: block/constructors.ts:216
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)
a new Block object