type AccessListEntry: {
  "address": string;
  "storageKeys": string[];
};

A single AccessList entry of storage keys (slots) for an address.

Type declaration

address

address: string;

storageKeys

storageKeys: string[];

Source

transaction/index.ts:12