ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / createBlockFromBytesArray

Function: createBlockFromBytesArray()

createBlockFromBytesArray(values, opts?): Block

Defined in: block/constructors.ts:116

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

Parameters

values

BlockBytes

opts?

BlockOptions

Returns

Block

a new Block object