ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / createBlockFromRLP

Function: createBlockFromRLP()

createBlockFromRLP(serialized, opts?): Block

Defined in: block/constructors.ts:218

Static constructor to create a block from a RLP-serialized block

Parameters

serialized

Uint8Array

opts?

BlockOptions

Returns

Block