Optionaladdress: null | Uint8Array<ArrayBufferLike> = null20-byte address (nullable)
OptionalstorageKeys: Uint8Array<ArrayBufferLike>[] = []32-byte storage keys
the address, or null when none is set
the raw address bytes (empty when none is set)
the storage keys
Convert back into the positional [address, storageKeys[]] tuple used by
the envelope's accessList field.
StaticfromBuild an item from the positional [address, storageKeys[]] tuple.
A structured, inspectable view of a single EIP-2930 access list entry, layered over the positional
[address, storageKeys[]]tuple that the Ethereum transaction data envelopes store on the wire.This is additive: the envelopes keep the tuple representation as the source of truth; this class is a convenience wrapper produced by
getAccessList()and consumed bysetAccessList().