type AccessListEntry: { "address": string; "storageKeys": string[]; };
A single AccessList entry of storage keys (slots) for an address.
address: string;
storageKeys: string[];
transaction/index.ts:12
Was this page helpful?