ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / hashBlockAccessListFromJSON

Function: hashBlockAccessListFromJSON()

hashBlockAccessListFromJSON(json): Uint8Array

Defined in: packages/util/src/bal/validation.ts:105

keccak256(rlp(bal)) using the JSON account order (not re-sorted), matching Engine API bytes.

Parameters

json

BALJSONBlockAccessList

Returns

Uint8Array

Remarks

Experimental (Amsterdam): may change on patch releases.