ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / createBlockFromBytesArray

Function: createBlockFromBytesArray()

createBlockFromBytesArray(values, opts?): Block

Defined in: block/constructors.ts:119

Static constructor to create a block from an array of Bytes values

Parameters

values

BlockBytes

opts?

BlockOptions

Returns

Block